Thanks, gonna make the switch
The instructions are good, but are solely for terminal based Linux installs. Below are the instructions for BAMT 1.5: I run everything off of a USB thumbdrive
Note: I highly recommend using Pastebin and copying/pasting these instructions along with your favorite CGMiner config. BAMT comes with Iceweasel browser, and from Pastebin you can copy/paste the apt-get and git clone commands into BAMT, as well as copy/paste your cfg file.
1. Shut down all mining processes via BAMT Start Menu > BAMT Control > Stop Mining Sessions
2. Open Terminal via BAMT Start Menu > Accessories > Root Terminal
3. In terminal, type the following and then hit enter: sudo apt-get install libcurl4-openssl-dev pkg-config libtool libncurses5-dev libudev-dev
4. Go to BAMT Start Menu > Accessories > File Manager
5. In File Manager, click the "OPT" shortcut on the left-hand column, and then open the "miners" folder.
6. Right click and rename the "cgminer" folder to "cgminer.old"
7. Right click empty space, and create a New > Folder , naming it "cgminer" (without quotes)
8. Back in your terminal window, type the following and hit enter: cd /opt/miners/cgminer
9. In terminal, type the following and hit enter: git clone
https://github.com/Kalroth/cgminer-3.7.2-kalroth10. Back in File Manager, open the "cgminer" folder, and then open the "cgminer3.7.2-kalroth" folder.
11. Select all the files (CTRL+A), then Cut the files (CTRL+X)
12. Take a step back to the "cgminer" folder, and Paste the files (CTRL+V)
13. Take another step back into the "miners" folder, and then open the "cgminer.old" folder
14. From the "cgminer.old", open the "APL_SDK" folder
15. Select all the files in this folder, and Cut or Copy them (CTRL+X for cut, CTRL+C for copy)
16. Head back into your "cgminer" folder (/opt/miners/cgminer), and open the APL_SDK folder here
17. Paste (CTRL+V) the files you copied from the "cgminer.old/APL_SDK" folder into this one
18. Go back to the Terminal window, then type the following and press enter: ./autogen.sh --enable-scrypt --enable-opencl
19. Once the process is completed, in the terminal window, type and press enter: make
20. The miner has now been setup. You can alter your config file by going File Manager > bamt (shortcut in left hand side colum) > Then double-click the cgminer.conf file
21. Once everything is setup, go to BAMT Start Menu > BAMT Control > Restart mining sessions
22. If you want to view the typical CGMiner window, open up terminal and type: screen -r (Keep using the command until CGMiner shows up)