diff options
author | 3gg <3gg@shellblade.net> | 2024-12-31 17:02:31 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-12-31 17:02:31 -0800 |
commit | 8984aede0162f6bdcfc2dc0a54f563a3b1ff5684 (patch) | |
tree | a80cbe5897edc2e2e6b06e87173624e0f4f4a377 /README.md | |
parent | bbc4e34213147f30068a00bb56ebb871114e26dd (diff) |
Add enough audio for background music.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -12,9 +12,7 @@ Installation (Ubuntu) | |||
12 | Install dependencies, then build with cabal: | 12 | Install dependencies, then build with cabal: |
13 | 13 | ||
14 | ``` | 14 | ``` |
15 | $ sudo apt install libxxf86vm-dev libglfw3-dev | 15 | $ sudo apt install libxxf86vm-dev libglfw3-dev libopenal-dev libopenalut-dev |
16 | $ git clone https://github.com/jeannekamikaze/Spear.git | ||
17 | $ cd Spear | ||
18 | $ cabal build | 16 | $ cabal build |
19 | ``` | 17 | ``` |
20 | 18 | ||