summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorsugarshark <[email protected]>2003-08-19 00:03:33 +0000
committersugarshark <[email protected]>2003-08-19 00:03:33 +0000
commit6afa8646b3924de13f5a605cff275c2107e1dafd (patch)
tree51dbc55491e8b845cd8da359112d7239fb311d5b /README.txt
parent4889608fa78a1c8da7ad699e1550e20a639905fb (diff)
* README.txt: finished sentence
CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@51 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'README.txt')
-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