gcode-mirror / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
0 stars 1 forks source link

Ubuntu 12 installation #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. download truecrack*.tar.gz
2. extract it into folder truecrack. cd into it.
3. install nvidia-cuda-toolkit package. Can use next command "sudo apt-get 
install nvidia-cuda-toolkit"
4. follow steps mentioned on main wiki page
5. can "make GPU=false" to omit GPU support

Original issue reported on code.google.com by Dzmitry....@gmail.com on 8 Aug 2013 at 4:05

GoogleCodeExporter commented 9 years ago
The command "make GPU=false" works only in legacy version 1. In the next 
release you must specify the parameter in configure phase:
./configure --enable-cpu

Original comment by luck87 on 23 Aug 2013 at 12:38