aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-12-31 17:02:31 -0800
committer3gg <3gg@shellblade.net>2024-12-31 17:02:31 -0800
commit8984aede0162f6bdcfc2dc0a54f563a3b1ff5684 (patch)
treea80cbe5897edc2e2e6b06e87173624e0f4f4a377 /README.md
parentbbc4e34213147f30068a00bb56ebb871114e26dd (diff)
Add enough audio for background music.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 386250d..3296c35 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,7 @@ Installation (Ubuntu)
12Install dependencies, then build with cabal: 12Install 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