12 lines
257 B
Bash
Executable File
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
|