Required tools¶
The following tools are required to compile the cracker. A Git client is required to access our repository for bleeding-edge code, but is not needed for officially released source found under the Files page.
Linux¶
- cmake
- g++
- nasm
- NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html)
Mac¶
- cmake
- g++
- nasm
- NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html)
Windows¶
- cmake
- nasm (make sure nasm.exe is in your $PATH)
- NVIDIA CUDA Toolkit
- Visual Studio 2008