diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 02:54:15 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:16:57 +0200 |
| commit | 7a6f5cd2e6c1553249ef480d76fba885e2c36b23 (patch) | |
| tree | 0ceba02c5cfcf4638b6fc693eac260f47ddfbd94 | |
| parent | 6b460577288b9f88d954249b9ccaf26c2a1906ad (diff) | |
README.md: Document dependencies for Ubuntu builds
| -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) |
