aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-23 02:54:15 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-23 04:16:57 +0200
commite59e4c061e68c6abf51f91323b1b4e38b31bb63e (patch)
treeab365a896c8117ecedf558af561244085850c0aa /README.md
parent0b201a49f6841ac4a061f7b5e94870758bd65c20 (diff)
README.md: Document dependencies for Ubuntu builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c43bb97..cb654fb 100644
--- a/README.md
+++ b/README.md
@@ -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)