Created
June 20, 2018 09:24
-
-
Save githubfoam/9ca9af9adf78829966dd1efb572a81b5 to your computer and use it in GitHub Desktop.
foren6 installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install libqt4-dev qt4-qmake cmake make libexpat1-dev tshark libpcap0.8-dev libc6-dev g++ gcc libusb-1.0-0-dev | |
| git clone https://github.com/cetic/foren6.git | |
| cd foren6 | |
| make | |
| sudo make install | |
| #source code install 64x | |
| sudo apt-get install libqt4-dev qt4-qmake cmake make libexpat1-dev tshark libpcap0.8-dev libc6-dev g++ gcc libusb-1.0-0-dev | |
| git clone https://github.com/cetic/foren6.git | |
| cd foren6 | |
| sudo make run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment