diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -52,6 +52,14 @@ cmake .. make -j$(nproc --all) ``` +#### Dependencies + +##### Ubuntu + +```sh +apt install libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl1.2-dev +``` + ### Cross-compilation [`CMAKE_TOOLCHAIN_FILE`](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html) |
