@ -66,8 +66,14 @@ Ctrl-D or typing "logout" and pressing the enter key should get you out of the
@@ -66,8 +66,14 @@ Ctrl-D or typing "logout" and pressing the enter key should get you out of the
Copy the folders in \Program Files (x86)\AMD APP\include to \MinGW\include
Copy \Program Files (x86)\AMD APP\lib\x86\libOpenCL.a to \MinGW\lib
@ -92,11 +98,15 @@ Note2: If you update your APP SDK later you might want to recopy the above files
@@ -92,11 +98,15 @@ Note2: If you update your APP SDK later you might want to recopy the above files
strip sgminer.exe <== only do this if you are not compiling for debugging
@ -161,15 +190,22 @@ Make a directory and copy the following files into it. This will be your sgminer
@@ -161,15 +190,22 @@ Make a directory and copy the following files into it. This will be your sgminer
Folder that you use for mining. Remember the .cl filenames could change on later
releases. If you installed a different version of libcurl then some of those dll's
may be different as well.
sgminer.exe from \MinGW\msys\1.0\home\(username)\sgminer-x.x.x
*.cl from \MinGW\msys\1.0\home\(username)\sgminer-x.x.x
README from \MinGW\msys\1.0\home\(username)\sgminer-x.x.x
sgminer.exe from \MinGW\msys\1.0\home\(username)\sgminer
kernel folder from \MinGW\msys\1.0\home\(username)\sgminer
libcurl.dll from \MinGW\bin
libidn-11.dll from \MinGW\bin
libeay32.dll from \MinGW\bin
ssleay32.dll from \MinGW\bin
libpdcurses.dll from \MinGW\bin
pthreadGC2.dll from \MinGW\bin
zlib1.dll from \MinGW\bin
doc folder from \MinGW\msys\1.0\home\(username)\sgminer (optional)
README.md from \MinGW\msys\1.0\home\(username)\sgminer (optional)
AUTHORS.md from \MinGW\msys\1.0\home\(username)\sgminer (optional)
ChangeLog from \MinGW\msys\1.0\home\(username)\sgminer (optional)
COPYING from \MinGW\msys\1.0\home\(username)\sgminer (optional)
example.conf from \MinGW\msys\1.0\home\(username)\sgminer (optional)
NEWS.md from \MinGW\msys\1.0\home\(username)\sgminer (optional)
@ -182,7 +218,7 @@ Extract the share\git-core folder and place it into \MinGW\share.
@@ -182,7 +218,7 @@ Extract the share\git-core folder and place it into \MinGW\share.
After the previous step you should have a folder called \MinGW\share\git-core.
To test if it is working, open a MinGW shell and type the following:
git config -–global core.autocrlf false (note: one time run only)