summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 527ce08..492b88a 100644
--- a/README.txt
+++ b/README.txt
@@ -104,9 +104,9 @@ Preparations:
-- follow the instruction at www.openal.org to check out a fresh copy
-- in the linux subdir type './autogen.sh
- -- look at the build options
+ -- look at the build options with ./configure --help
-- configure it with./configure --enable-sdl --enable-vorbis [-enable-more]
- (look in openal.spec for a
+ (see openal.spec for a full set)
-- build it with make && make test and run the tests
-- as root type make install
-- add /usr/local/lib to you /etc/ld.so.conf and run ldconfig