comparison README @ 28:1fc162d84343

updated README
author Robert McIntyre <rlm@mit.edu>
date Sat, 19 Nov 2011 20:09:50 -0700
parents a988ea53d982
children
comparison
equal deleted inserted replaced
27:f79bef1687c5 28:1fc162d84343
1 Source Install 1 Source Install
2 ============== 2 ==============
3 3
4 To install OpenAL Soft, use your favorite shell to go into the build/ 4 This is a special version of OpenAL Soft which supports only one
5 directory, and run: 5 device, the "send" device, which supports multiple listeners in a
6 limited fashion.
6 7
8 Instructions:
9
10 First compile necessary JNI bindings
11
12 cd ./java
13 ant native
14 cd ..
15
16 Then configure the project using CMake
17
18 mkdir build
19 cd build
7 cmake .. 20 cmake ..
8 21
9 Assuming configuration went well, you can then build it, typically 22 Build the project.
10 using GNU Make (KDevelop, MSVC, and others are possible depending on
11 your system setup and CMake configuration).
12 23
13 24 make
14 This is a special version of OpenAL Soft which supports only one
15 device, the "send" device, which supports multiple listeners in a
16 limited fashion. To compile the jni bindings, go into the java/
17 directory and run :
18
19 ant
20
21 *after* following the cmake process above. The JNI bindings will be
22 available in java/dist/audio-send.jar, and the compiled native
23 library will be in java/dist/audio-send-natives.jar.
24 25
25 26
26 Acknowledgements 27 Acknowledgements
27 ================ 28 ================
28 29