1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-09 17:38:58 +00:00
hashcat/docs/BUILD.md
2016-01-01 22:22:04 +01:00

1.3 KiB

oclHashcat build documentation

Revision:

  • 1.1

Authors:

Dependencies

To compile oclHashcat the following third party libraries are required:

The next thing to do is download all the third party libraries listed above and put these files into the deps/tmp directory.

The following files are needed inside the deps/tmp directory:

ADL_SDK8.zip
R352-developer.zip
gdk_linux_amd64_352_55_release.run
AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2

Building oclHashcat

First get a copy of oclHashcat repository

$ git clone https://github.com/hashcat/oclHashcat.git

Install the dependencies

$ cd oclHashcat
$ sudo ./tools/deps.sh

Run "make all"

$ make all

Useful tricks:

  • build only Linux binaries
$ make linux
  • build only Windows binaries
$ make windows

= Enjoy your fresh oclHashcat binaries ;)