Files
libxml-cxx/install-32-bit-lin-win.sh
2010-06-01 13:37:36 +00:00

12 lines
257 B
Bash
Executable File

./bootstrap.sh && \
CXXFLAGS="$DBG" ./configure \
--prefix=/opt/local/i586-mingw32msvc \
--build=x86_64 \
--host=i586-mingw32msvc && \
make && \
sudo make install && \
make clean && \
CXXFLAGS="$DBG" ./configure && \
make check && \
sudo make install