Browse Source

Updated readme

Thomas Buck 11 years ago
parent
commit
d5f422a03c
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      README.md

+ 6
- 2
README.md View File

33
 
33
 
34
     sudo port install zlib cmake libsdl libsdl_ttf
34
     sudo port install zlib cmake libsdl libsdl_ttf
35
 
35
 
36
-cmake is only needed for [freealut](https://github.com/vancegroup/freealut), which you'll need to enable sound output.
36
+A similar command for the package manager of your favorite Linux Distribution should do the trick.
37
+
38
+cmake is only needed to build [freealut](https://github.com/vancegroup/freealut), which you'll need to enable sound output on Mac OS X.
37
 Get, compile and install freealut like this:
39
 Get, compile and install freealut like this:
38
 
40
 
39
     git clone git@github.com:vancegroup/freealut.git
41
     git clone git@github.com:vancegroup/freealut.git
43
     make
45
     make
44
     sudo make install
46
     sudo make install
45
 
47
 
46
-You'll also need the [XQuartz](http://xquartz.macosforge.org/trac) X11 Server.
48
+Linux Distributions will probably provide an ALUT library ready to install with their package manager, so you won't need to compile freealut.
49
+
50
+You'll also need the [XQuartz](http://xquartz.macosforge.org/trac) X11 Server if you're on Mac OS X, as Apple is no longer bundling their own X.
47
 
51
 
48
 ## Building
52
 ## Building
49
 
53
 

Loading…
Cancel
Save