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
dev:windows_buildenvironment [2014/10/29 19:06] devadev:windows_buildenvironment [2014/10/31 18:37] (current) deva
Line 5: Line 5:
  
   * Install zita-resampler:   * Install zita-resampler:
 +With mingw-get install the mingw32-pthreads-w32 dev package.
 <code> <code>
 cd ${LOCALSOURCEDIR} && \ cd ${LOCALSOURCEDIR} && \
 wget -c http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-resampler-1.3.0.tar.bz2 && \ wget -c http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-resampler-1.3.0.tar.bz2 && \
 cd ${LOCALBUILDDIR} && \ cd ${LOCALBUILDDIR} && \
-tar xjf ${LOCALSOURCEDIR}/zita-resampler-1.3.0.tar.bz2 && \+tar xjf ${LOCALSOURCEDIR}/zita-resampler-1.3.0.tar.bz2 
 +</code> 
 +WARNING: Ugly hack ahead: At this point, edit the Makefile. Add "/mingw/lib/libpthread.a" to the list of ZITA-RESAMPLER_O = ... 
 +Also, change PREFIX to the empty string. 
 +Now procede with the compilation: 
 +<code>
 cd zita-resampler-1.3.0/libs && \ cd zita-resampler-1.3.0/libs && \
 DESTDIR=${LOCALDESTDIR} make && \ DESTDIR=${LOCALDESTDIR} make && \
dev/windows_buildenvironment.txt · Last modified: 2014/10/31 18:37 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0