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 | e59e4c061e68c6abf51f91323b1b4e38b31bb63e (patch) | |
| tree | ab365a896c8117ecedf558af561244085850c0aa /README.md | |
| parent | 0b201a49f6841ac4a061f7b5e94870758bd65c20 (diff) | |
README.md: Document dependencies for Ubuntu builds
Diffstat (limited to 'README.md')
| -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) |
