build_lketc.sh 251 B

12345678
  1. #!/bin/bash
  2. cd ~
  3. git clone https://github.com/wareck/cgminer-lketc.git
  4. cd cgminer-lketc
  5. autoreconf -fi
  6. CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-lketc --enable-zeus --enable-scrypt
  7. make
  8. strip cgminer.exe