Bitcoin Forum
June 26, 2024, 02:30:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: want to help!  (Read 394 times)
BigWait (OP)
Hero Member
*****
Offline Offline

Activity: 506
Merit: 510


View Profile
June 02, 2014, 06: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 .
DJFML
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 02, 2014, 09: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!