From 61f37e448013cc805a53e9ca279644c456ee34fa Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Tue, 7 Mar 2023 16:01:09 +1100 Subject: [PATCH] Mention nasm requirement in readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d28d7b6b5..1f34d3e25 100644 --- a/README.md +++ b/README.md @@ -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