-
Notifications
You must be signed in to change notification settings - Fork 0
Source Setup
Reuben John edited this page Apr 8, 2017
·
4 revisions
Currently, the dependencies have to be setup manually. The setup has been tested on Ubuntu 14.04, 15.10, 16.04 and Kali Linux 2.0.
The approach of installing these dependencies vary depending on the OS, however, it is straightforward in ubuntu using apt-get. However, the dedicated approach has been documented by us for Kali Linux 2.0.
- Clone the repository as a folder called 'src/'.
- Create another folder in the same level called 'build/'.
- Open a terminal and change directory to the 'build/' folder.
- Execute the cmake command: cmake ../src/ (where '../src/' contains the CMakeLists.txt). This will create a MakeFile in the 'build/' folder. (If cmake was directly installed, execute the command: /opt/cmake/bin/cmake ../)
- Execute the make command: make. This will generate the executables into the 'build/' folder.