Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dev:new_windows_build_environment [2017/05/06 02:33] – [New Window Build Environment] devadev:new_windows_build_environment [2019/11/13 17:04] deva
Line 12: Line 12:
   * For 64-bit: ''pacman -S mingw-w64-x86_64-gcc''   * For 64-bit: ''pacman -S mingw-w64-x86_64-gcc''
  
-Append ''c:\msys32\mingw32\bin;c:\msys32\usr\bin'' to ''PATH'' in windows (right-click My Computer->Properties->Advanced->Environment Variables)+Append  (depending on which mingw installed): 
 +<code> 
 +c:\msys32\mingw32\bin;c:\msys32\usr\bin 
 +</code> 
 +or 
 +<code>c:\msys64\mingw64\bin;c:\msys64\usr\bin 
 +</code> 
 +to ''PATH'' in windows:\\ 
 +Right-click My Computer -> Properties -> Advanced ->Environment Variables.
  
 Install autotools and make: Install autotools and make:
Line 23: Line 31:
 Install dependencies from sources... Install dependencies from sources...
 ====LibeXpat==== ====LibeXpat====
 +NO LONGER NEEDED!
 <code> <code>
 cd /usr/src cd /usr/src
Line 40: Line 49:
 cd libsndfile-1.0.28 cd libsndfile-1.0.28
 ./configure --prefix=/usr ./configure --prefix=/usr
-(cd srcmake install)+# Edit src/file_io.c and comment out the line with ''S_ISSOCK'' as it results in an "undefefined reference to" error at link time. 
 +make install
 </code> </code>
  
-====Zita resampler====+====Zita resampler=== 
 +NO LONGER NEEDED!
 <code> <code>
 cd /usr/src cd /usr/src
Line 55: Line 66:
 ./configure --prefix=/usr --with-zita-sources=/usr/src/zita-resampler-1.6.0 ./configure --prefix=/usr --with-zita-sources=/usr/src/zita-resampler-1.6.0
 make install make install
 +
 +(cd /usr/lib; cp libzita-resampler.a libzita-resampler.dll.a)
 </code> </code>
  
 ====CppUnit==== ====CppUnit====
 +NO LONGER NEEDED!
 <code> <code>
 cd /usr/src cd /usr/src
Line 68: Line 82:
  
 =====Compile DrumGizmo===== =====Compile DrumGizmo=====
 +<code>
 +ZITA_LDFLAGS=-L/usr/lib ZITA_CPPFLAGS=-I/usr/include \
 +  ./configure --disable-cli --disable-lv2 --enable-vst --with-test
 +</code>
 +
 +Old:
 <code> <code>
 CPPUNIT_CPPFLAGS=-I/usr/include \ CPPUNIT_CPPFLAGS=-I/usr/include \
dev/new_windows_build_environment.txt · Last modified: 2019/11/15 17:50 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0