This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:new_windows_build_environment [2018/10/07 20:08] – [CppUnit] 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 46: | Line 53: | ||
| </ | </ | ||
| - | ====Zita resampler==== | + | ====Zita resampler=== |
| + | NO LONGER NEEDED! | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| Line 74: | 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/ | ||