mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #50 from philsmd/master
update for the build instructions with the notes about OpenCL-Headers
This commit is contained in:
commit
245909dde2
@ -36,21 +36,31 @@ $ cd oclHashcat
|
|||||||
$ sudo ./tools/deps.sh
|
$ sudo ./tools/deps.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Run "make all"
|
Run "make"
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make all
|
$ make
|
||||||
|
```
|
||||||
|
|
||||||
|
to install it run "make install"
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
Useful tricks:
|
Useful tricks:
|
||||||
- build only *Linux* binaries
|
- build all binaries (see Note1):
|
||||||
```sh
|
```sh
|
||||||
$ make linux
|
$ make binaries
|
||||||
```
|
```
|
||||||
- build only *Windows* binaries
|
|
||||||
|
Note1: to install all binaries ("make binaries") you need to first clone the OpenCL-Headers within the main folder:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make windows
|
$ git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
the tools/deps.sh script does not clone this repo automatically since for native compilation it is not needed.
|
||||||
|
|
||||||
=
|
=
|
||||||
Enjoy your fresh **oclHashcat** binaries ;)
|
Enjoy your fresh **oclHashcat** binaries ;)
|
||||||
|
Loading…
Reference in New Issue
Block a user