- #!/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
|