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 01:39] – [Libsndfile] 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''
  
-Add ''/mingw32/bin'' to ''PATH'' in ''/etc/bash.bashrc'':+Append  (depending on which mingw installed):
 <code> <code>
-export PATH=/mingw32/bin:$PATH+c:\msys32\mingw32\bin;c:\msys32\usr\bin
 </code> </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 26: Line 31:
 Install dependencies from sources... Install dependencies from sources...
 ====LibeXpat==== ====LibeXpat====
 +NO LONGER NEEDED!
 <code> <code>
 cd /usr/src cd /usr/src
Line 43: 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 58: 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 71: 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