Howto Compile on Win32


I'm using mingw, msys[1] and scons[2] for compiling. The build requires quite a bit of tweaking, because all the dependencies have to be compiled by hand. However, using msys this should be no problem. You propably want to check ggseq out from CVS, because some win32
specific files are not in the source-distribution:

SConstruct

Win32-Resource

The SConstruct File is the Makefile equivalent for scons. MSYS is a
part of the MingW Project. If you're familiar with compiling
applications on win32, you should have no problems to get it up and
running.

Most of the stuff in SConstruct is hardcoded, so you
need to adjust it to your System.

[1] http://www.mingw.org/
[2] http://www.scons.org/
[3] http://www.mega-nerd.com/libsndfile/
[4] http://www.mega-nerd.com/libsamplerate/
[5] http://www.wxwidgets.org/
[6] http://www.surina.net/soundtouch/

There are 643 comments on this page. [Display comments]

Page was generated in 0.0893 seconds