Skip to content
shlainn edited this page Sep 14, 2010 · 1 revision
  1. download MS Visual c++ studio express: http://www.microsoft.com/express/download/default.aspx

  2. Open pseuwow project file from the svn folder

  3. it will open the project and you will see a side bar on the left, click right on solution pseuwow VC90 and choose build solution.

WARNING Windows Visual Studio files are not maintained at the moment. Manual adjustments may be necessary

autoreconf -i
./configure
make
make install

irrKlang is not available for anything but 32 bit x86, which means it’s not going to link on anything else. A stub implementation can be found in src/dep/src/irrKlang. This will allow you to compile and link on non-x86 machines (tested on x86_64 and PowerPC64).

Clone this wiki locally