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 11:58] – [New Window Build Environment] deva | dev:new_windows_build_environment [2019/11/15 17:50] (current) – [New Window Build Environment] deva | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * For 64-bit: '' | * For 64-bit: '' | ||
| - | Append '' | + | **Prepend** (depending on which mingw installed): |
| + | < | ||
| + | c: | ||
| + | </ | ||
| + | or | ||
| + | < | ||
| + | </ | ||
| + | to '' | ||
| Right-click My Computer -> Properties -> Advanced -> | Right-click My Computer -> Properties -> Advanced -> | ||
| Line 24: | Line 31: | ||
| Install dependencies from sources... | Install dependencies from sources... | ||
| ====LibeXpat==== | ====LibeXpat==== | ||
| + | NO LONGER NEEDED! | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| Line 45: | Line 53: | ||
| </ | </ | ||
| - | ====Zita resampler==== | + | ====Zita resampler=== |
| + | NO LONGER NEEDED! | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| Line 57: | 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 | ||
| Line 70: | 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/ | ||