Skip to content

Commit bbcff5a

Browse files
authored
Merge pull request #52 from tnagorra/master
Add dependencies for ArchLinux
2 parents a73679e + 8a2c69d commit bbcff5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,18 @@ $ sudo apt-get install bucklespring
3838
To compile on debian-based linux distributions, first make sure the require
3939
libraries and header files are installed, then simply run `make`:
4040

41+
#### Dependencies on debian
4142
```
4243
$ sudo apt-get install libopenal-dev libalure-dev libxtst-dev
44+
```
45+
46+
#### Dependencies on arch linux
47+
```
48+
$ sudo pacman -S openal alure libxtst
49+
```
50+
51+
#### Building
52+
```
4353
$ make
4454
$ ./buckle
4555
```

0 commit comments

Comments
 (0)