Author

Topic: want to help! (Read 417 times)

newbie
Activity: 32
Merit: 0
June 02, 2014, 04:05:36 AM
#2
Code:
Basic Windows build instructions, using MinGW:
Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/)
* Make sure you have mstcpip.h in MinGW\include
If using MinGW-w64, install pthreads-w64
Install libcurl devel (http://curl.haxx.se/download.html)
* Make sure you have libcurl.m4 in MinGW\share\aclocal
* Make sure you have curl-config in MinGW\bin
In the MSYS shell, run:
./autogen.sh # only needed if building from git repo
LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
make


Literally says it there, try to compile with MinGW and you'll be good to go.
hero member
Activity: 506
Merit: 510
June 02, 2014, 01:07:33 AM
#1
Can anyone help me to Compile a windows Slimminer?
slimminer fork : https://github.com/siklon/slimminer
I don't know how to compile..
Thank you .
Jump to: