-
Notifications
You must be signed in to change notification settings - Fork 46
Howto:Compile
shlainn edited this page Sep 14, 2010
·
1 revision
-
download MS Visual c++ studio express: http://www.microsoft.com/express/download/default.aspx
-
Open pseuwow project file from the svn folder
-
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 installirrKlang 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).