From: Jens Steube Date: Wed, 27 Jan 2016 18:38:25 +0000 (+0100) Subject: Update BUILD.md with more detailed instruction for make install X-Git-Tag: v3.00-beta~449 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=0c65bc6ba3fd5c9068f751346d0533c9099ae83b;p=hashcat.git Update BUILD.md with more detailed instruction for make install --- diff --git a/docs/BUILD.md b/docs/BUILD.md index 6fc806c..71b8065 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -9,7 +9,7 @@ oclHashcat build documentation # Building oclHashcat for Linux and OSX -First get a copy of the **oclHashcat** repository +Get a copy of the **oclHashcat** repository ```sh $ git clone https://github.com/hashcat/oclHashcat.git @@ -21,12 +21,16 @@ Run "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 $ make install ``` +If you install it, cached kernels, session files, restore- and pot-files etc will go to $HOME/.hashcat/ + # Building oclHashcat for Windows 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) +Get a copy of the **oclHashcat** repository + +```sh +$ git clone https://github.com/hashcat/oclHashcat.git +``` + ```sh +$ cd oclHashcat $ ./tools/deps.sh ```