Votre Nom 4 years ago
parent
commit
5a1abf0481
2 changed files with 9 additions and 1 deletions
  1. 8 0
      build_lketc.sh
  2. 1 1
      make_environement.sh

+ 8 - 0
build_lketc.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+cd ~
+git clone https://github.com/wareck/cgminer-lketc.git
+cd cgminer-lketc
+autoreconf -fi
+CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-lketc --enable-zeus --enable-scrypt
+make
+strip cgminer.exe

+ 1 - 1
make_environement.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 sudo apt-get update
 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 -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
 cd /opt
 sudo git clone https://github.com/mxe/mxe.git
 export MXE_DIR=/opt/mxe