Browse Source

windows-build: Corrections for BFGMiner

Luke Dashjr 13 years ago
parent
commit
c99fe58346
1 changed files with 2 additions and 2 deletions
  1. 2 2
      windows-build.txt

+ 2 - 2
windows-build.txt

@@ -137,7 +137,7 @@ to the next.
       autoreconf -fvi
       autoreconf -fvi
       CFLAGS="-O2 -msse2" ./configure (additional config options, see below)
       CFLAGS="-O2 -msse2" ./configure (additional config options, see below)
       make
       make
-      strip cgminer.exe  <== only do this if you are not compiling for debugging
+      strip bfgminer.exe  <== only do this if you are not compiling for debugging
 
 
 **************************************************************************************
 **************************************************************************************
 * Copy files to a build directory/folder                                             *
 * Copy files to a build directory/folder                                             *
@@ -202,7 +202,7 @@ You may now exit the MSYS shell.
 Ctrl-D or typing "logout" and pressing the enter key should get you out of the
 Ctrl-D or typing "logout" and pressing the enter key should get you out of the
 window.
 window.
 
 
-You will have to copy "libusb-1.0.dll" to your working cgminer binary directory.
+You will have to copy "libusb-1.0.dll" to your working BFGMiner binary directory.
 You will find "libusb-1.0.dll" in the \MinGW\bin directory/folder.
 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
 Use this method if libusb does not work for you on Ztex. Once someone lets us know