@ -18,7 +18,7 @@ If you think that this documentation was helpful and you wish to donate, you can
@@ -18,7 +18,7 @@ If you think that this documentation was helpful and you wish to donate, you can
do so at the following address. 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
@ -214,10 +215,41 @@ For you. Make sure you never remove the ADL_SDK folder from your home folder.
@@ -214,10 +215,41 @@ For you. Make sure you never remove the ADL_SDK folder from your home folder.
Change the working directory to your libusb project folder.
Example: cd libusb-something [Enter Key] if you are unsure then type "ls -la"
Another way is to type "cd libusb" and then press the tab key; It will auto fill.
Type the lines below one at a time. Look for problems after each one before going on
to the next.
./autogen.sh --disable-debug-log
./configure --prefix=/MinGW
make
make install
You may now exit the MSYS shell.
Ctrl-D or typing "logout" and pressing the enter key should get you out of the
window.
You will have to copy "libusb-1.0.dll" to your working cgminer binary directory.
You will find "libusb-1.0.dll" in the \MinGW\bin directory/folder.
Use this method if libusb does not work for you on Ztex. Once someone lets us know
Libusb works instead of libusbx then we will remove the section below this line.
Run the MSYS shell and change into the libusb folder as above.
Type ==> make uninstall
Go to this url ==> http://libusbx.org/
Click on the "Downloads" tab.
Click on "releases".
Click on the latest version. I downloaded 1.0.12; yours may be newer.
Click on the latest version. I downloaded 1.0.14; yours may be newer.
Do not download from the link that says "Looking for the latest version?".
Click on "Windows"
Click on the file and download it. I downloaded libusbx-1.0.12-win.7z.
@ -245,4 +277,4 @@ You will have to copy "libusb-1.0.dll" to your working cgminer binary directory.
@@ -245,4 +277,4 @@ You will have to copy "libusb-1.0.dll" to your working cgminer binary directory.
# #
# Native WIN32 setup and build instructions (on mingw32/Windows) complete #