build_bfgminer.sh 213 B

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