mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-27 17:08:12 +00:00
Update BUILD.md with more detailed instruction for make install
This commit is contained in:
parent
dd960b623a
commit
0c65bc6ba3
@ -9,7 +9,7 @@ oclHashcat build documentation
|
|||||||
|
|
||||||
# Building oclHashcat for Linux and OSX
|
# Building oclHashcat for Linux and OSX
|
||||||
|
|
||||||
First get a copy of the **oclHashcat** repository
|
Get a copy of the **oclHashcat** repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/hashcat/oclHashcat.git
|
$ git clone https://github.com/hashcat/oclHashcat.git
|
||||||
@ -21,12 +21,16 @@ Run "make"
|
|||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
to install it run "make install"
|
# Install oclHashcat for Linux
|
||||||
|
|
||||||
|
The linux target is FHS compatible and can be installed like this:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you install it, cached kernels, session files, restore- and pot-files etc will go to $HOME/.hashcat/
|
||||||
|
|
||||||
# Building oclHashcat for Windows
|
# Building oclHashcat for Windows
|
||||||
|
|
||||||
The following third party library is required:
|
The following third party library is required:
|
||||||
@ -39,7 +43,14 @@ Download the third party library listed above and put the .zip file into the *de
|
|||||||
|
|
||||||
Install the dependencies (root permission needed for apt-get install command)
|
Install the dependencies (root permission needed for apt-get install command)
|
||||||
|
|
||||||
|
Get a copy of the **oclHashcat** repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ git clone https://github.com/hashcat/oclHashcat.git
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ cd oclHashcat
|
||||||
$ ./tools/deps.sh
|
$ ./tools/deps.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user