Skip to content

Commit

Permalink
README: simplify Android build instructions
Browse files Browse the repository at this point in the history
The PNG switch is not needed anymore.
  • Loading branch information
bk138 committed May 27, 2020
1 parent e3454f5 commit 7587d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ but basically it boils down to:

mkdir build
cd build
cmake .. -DANDROID_NDK=<path> -DCMAKE_TOOLCHAIN_FILE=<path> -DANDROID_NATIVE_API_LEVEL=<API level you want> -DWITH_PNG=OFF # NDK not shipping png per default
cmake .. -DANDROID_NDK=<path> -DCMAKE_TOOLCHAIN_FILE=<path> -DANDROID_NATIVE_API_LEVEL=<API level you want>
cmake --build .

Crosscompiling from Linux to Windows
Expand Down

0 comments on commit 7587d1b

Please sign in to comment.