This is an old revision of the document!


Windows build environment

  • Add pkg.m4 manually from linux install in /mingw/share/aclocal (as indicated by 'aclocal –print-ac-dir' command)
  • Install sndfile:
cd ${LOCALSOURCEDIR} && \
wget -c http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz && \
cd ${LOCALBUILDDIR} && \
tar xzf ${LOCALSOURCEDIR}/libsndfile-1.0.25.tar.gz && \
cd libsndfile-1.0.25 && \
./configure --prefix=${LOCALDESTDIR} && \
make && \
make install
dev/windows_buildenvironment.1405523682.txt.gz · Last modified: 2014/07/16 17:14 by deva
Trace: windows_buildenvironment
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0