|
@@ -4,18 +4,16 @@ sudo apt-get upgrade -y
|
|
sudo apt-get install -y lzip build-essential git autoconf autopoint bison flex gperf libtool libtool-bin python ruby scons unzip intltool p7zip-full libgtk2.0-dev libssl-dev -y
|
|
sudo apt-get install -y lzip build-essential git autoconf autopoint bison flex gperf libtool libtool-bin python ruby scons unzip intltool p7zip-full libgtk2.0-dev libssl-dev -y
|
|
sudo apt-get install -y lftp zip pv pixz
|
|
sudo apt-get install -y lftp zip pv pixz
|
|
cd /opt
|
|
cd /opt
|
|
-sudo git clone https://github.com/mxe/mxe.git
|
|
|
|
|
|
+sudo git clone -n https://github.com/mxe/mxe.git
|
|
|
|
+cd mxe
|
|
|
|
+sudo git reset --hard 64b283d64891348c92154b8d7eace6a9bff23411
|
|
export MXE_DIR=/opt/mxe
|
|
export MXE_DIR=/opt/mxe
|
|
export MXE_TARGETS='i686-w64-mingw32.static'
|
|
export MXE_TARGETS='i686-w64-mingw32.static'
|
|
-sudo make -j 4 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1
|
|
|
|
-export MXE_TARGETS='i686-w64-mingw32.shared'
|
|
|
|
-sudo make -j 4 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1 jansson libevent libmicrohttpd
|
|
|
|
|
|
+sudo make -j 4 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1 jansson libevent libmicrohttpd curl
|
|
echo 'export PATH=/opt/mxe/usr/bin:$PATH' >> ~/.profile
|
|
echo 'export PATH=/opt/mxe/usr/bin:$PATH' >> ~/.profile
|
|
echo 'export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/' >> ~/.profile
|
|
echo 'export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/' >> ~/.profile
|
|
-echo 'export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.shared/lib/pkgconfig/' >> ~/.profile
|
|
|
|
export PATH=/opt/mxe/usr/bin:$PATH
|
|
export PATH=/opt/mxe/usr/bin:$PATH
|
|
export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/
|
|
export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/
|
|
-export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.shared/lib/pkgconfig/
|
|
|
|
cd ~
|
|
cd ~
|
|
echo "environement ok"
|
|
echo "environement ok"
|
|
|
|
|