2016-03-21 02:27:11 +00:00
|
|
|
set -v
|
|
|
|
|
2016-03-25 23:25:00 +00:00
|
|
|
export MSYSTEM=MINGW64
|
2016-03-21 02:27:11 +00:00
|
|
|
export PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
|
|
|
|
|
|
|
|
sh ./autogen.sh
|
2016-03-25 23:25:00 +00:00
|
|
|
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64
|
2016-03-21 02:27:11 +00:00
|
|
|
make -j2
|
|
|
|
make install
|