Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated installation instructions #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SteliosZ
Copy link

I have updated the installation instructions to a more readable and understandable format.

I don't know if that's an appropriate change, but I kinda struggled with the existent instructions, so I decided to update them.

Thank you.

@0neday
Copy link

0neday commented Mar 11, 2023

need sudo for mvn to install jnetpcap.jar
sudo mvn install:install-file -Dfile=jnetpcap.jar -DgroupId=org.jnetpcap -DartifactId=jnetpcap -Dversion=1.4.1 -Dpackaging=jar

and need install libpcap-dev, check here #133

sudo apt install libpcap-dev

and need jdk 1.8 for run ./gradlew

export JAVA_HOME=jdk1.8_path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants