|
|
@ -56,13 +56,15 @@ Basic WIN32 build instructions (on Fedora 13; requires mingw32): |
|
|
|
./mknsis.sh |
|
|
|
./mknsis.sh |
|
|
|
|
|
|
|
|
|
|
|
Native WIN32 build instructions (on mingw32, on windows): |
|
|
|
Native WIN32 build instructions (on mingw32, on windows): |
|
|
|
Install AMD APP sdk, latest version |
|
|
|
Install the Microsoft platform SDK |
|
|
|
|
|
|
|
Install AMD APP sdk, latest version (only if you want GPU mining) |
|
|
|
(Do NOT install the ati amd sdk if you are on nvidia) |
|
|
|
(Do NOT install the ati amd sdk if you are on nvidia) |
|
|
|
Install mingw32 |
|
|
|
Install mingw32 |
|
|
|
Install libcurl, copy libcurl.m4 into /mingw/share/aclocal |
|
|
|
Install libcurl, copy libcurl.m4 into /mingw/share/aclocal |
|
|
|
|
|
|
|
Install pkg-config, copy pkg.m4 into /mingw/share/aclocal |
|
|
|
Run: |
|
|
|
Run: |
|
|
|
autoreconf -fvi |
|
|
|
autoreconf -fvi |
|
|
|
CFLAGS="-O2 -Wall -msse2 -I<path to AMD APP include>" LDFLAGS="-L<path to AMD APP lib/x86>" ./configure |
|
|
|
CFLAGS="-O2 -msse2" ./configure |
|
|
|
make |
|
|
|
make |
|
|
|
|
|
|
|
|
|
|
|
Usage instructions: Run "cgminer --help" to see options. |
|
|
|
Usage instructions: Run "cgminer --help" to see options. |
|
|
|