Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 624 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 624 Bytes

OpenAl Soft Plugin

Note: This project is incredibly young, and isn't in any kind of production ready state.

To clone:

git clone --recursive https://github.com/icebreakersentertainment/openalsoft_plugin.git

Updating submodules:

git submodule update --recursive --remote

Get/build prerequisites:

cd ice_engine/ice_engine
python setup.py

To build on Linux:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

To build on Windows:

mkdir build
cd build

cmake -DCMAKE_BUILD_TYPE=Release ..
msbuild /p:Configuration=Release openalsoft_plugin.sln