Skip to content

Commit

Permalink
Mention nasm requirement in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Mar 7, 2023
1 parent 5ec979c commit 61f37e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Cesium Native powers Cesium's runtime integrations for [Cesium for Unreal](https

* Visual Studio 2017 (or newer), GCC v7.x+, Clang 10+. Other compilers may work but haven't been tested.
* CMake
* For best JPEG-decoding performance, you must have [nasm](https://www.nasm.us/) installed so that CMake can find it. Everything will work fine without it, just slower.

### :rocket:Getting Started

Expand Down

0 comments on commit 61f37e4

Please sign in to comment.