1
mirror of https://github.com/hashcat/hashcat synced 2024-09-09 13:10:20 +02:00
hashcat/docs/BUILD.md
2016-02-18 08:51:45 +01:00

1.0 KiB

oclHashcat build documentation

Revision:

  • 1.3

Authors:

Building oclHashcat for Linux and OSX

Get a copy of the oclHashcat repository

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

Run "make"

$ make

Install oclHashcat for Linux

The install target is linux FHS compatible and can be used like this:

$ make install

If you install it, cached kernels, session files, restore- and pot-files etc. will go to $HOME/.hashcat/

Building oclHashcat for Windows

Get a copy of the oclHashcat repository

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

Basically all you need is the OpenCL Headers.

Simply clone into the reference Implementation:

$ mkdir -p deps/OpenCL-Headers
$ git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
$ make win32 win64

= Enjoy your fresh oclHashcat binaries ;)