Browse Source

Updated readme

Thomas Buck 10 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,7 +33,9 @@ On Mac OS X 10.9 with [XCode](https://developer.apple.com/xcode/) and [MacPorts]
33 33
 
34 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 39
 Get, compile and install freealut like this:
38 40
 
39 41
     git clone git@github.com:vancegroup/freealut.git
@@ -43,7 +45,9 @@ Get, compile and install freealut like this:
43 45
     make
44 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 52
 ## Building
49 53
 

Loading…
Cancel
Save