This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:new_windows_build_environment [2017/05/06 00:33] – [CppUnit] deva | dev:new_windows_build_environment [2019/11/15 17:50] (current) – [New Window Build Environment] deva | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * For 32-bit: '' | * For 32-bit: '' | ||
| * For 64-bit: '' | * For 64-bit: '' | ||
| + | |||
| + | **Prepend** (depending on which mingw installed): | ||
| + | < | ||
| + | c: | ||
| + | </ | ||
| + | or | ||
| + | < | ||
| + | </ | ||
| + | to '' | ||
| + | Right-click My Computer -> Properties -> Advanced -> | ||
| Install autotools and make: | Install autotools and make: | ||
| Line 21: | Line 31: | ||
| Install dependencies from sources... | Install dependencies from sources... | ||
| ====LibeXpat==== | ====LibeXpat==== | ||
| + | NO LONGER NEEDED! | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| Line 27: | Line 38: | ||
| cd expat-2.2.0/ | cd expat-2.2.0/ | ||
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| + | rm / | ||
| make install | make install | ||
| </ | </ | ||
| Line 37: | Line 49: | ||
| cd libsndfile-1.0.28 | cd libsndfile-1.0.28 | ||
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| + | # Edit src/ | ||
| make install | make install | ||
| </ | </ | ||
| - | ====Zita resampler==== | + | ====Zita resampler=== |
| + | NO LONGER NEEDED! | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| Line 52: | Line 66: | ||
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| make install | make install | ||
| + | |||
| + | (cd /usr/lib; cp libzita-resampler.a libzita-resampler.dll.a) | ||
| </ | </ | ||
| ====CppUnit==== | ====CppUnit==== | ||
| + | NO LONGER NEEDED! | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| wget http:// | wget http:// | ||
| + | tar xvzf cppunit-1.14.0.tar.gz | ||
| cd cppunit-1.14.0 | cd cppunit-1.14.0 | ||
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| Line 64: | Line 82: | ||
| =====Compile DrumGizmo===== | =====Compile DrumGizmo===== | ||
| + | < | ||
| + | ZITA_LDFLAGS=-L/ | ||
| + | ./configure --disable-cli --disable-lv2 --enable-vst --with-test | ||
| + | </ | ||
| + | |||
| + | Old: | ||
| < | < | ||
| CPPUNIT_CPPFLAGS=-I/ | CPPUNIT_CPPFLAGS=-I/ | ||
| Line 72: | Line 96: | ||
| </ | </ | ||
| - | =====Microsft | + | =====Use Microsoft |
| * http:// | * http:// | ||
| * https:// | * https:// | ||