We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you!
The text was updated successfully, but these errors were encountered:
The easy way is to build this project on your armv5 router:
sudo apt-get install build-essential
sudo apt-get install linux-libc-dev libpcap-dev libnetfilter-queue-dev libnetfilter-log-dev
make
If you want to do cross compile, it is more complex. You can:
sudo apt-get install gcc-arm-linux-gnueabi
env GOOS=linux GOARCH=arm GOARM=5 CGO_ENABLED=1 CC=arm-linux-gnueabi-gcc go build -o bin/${BINARY} ${LDFLAGS}
pcap
nfnetlink
netfilter_log
Sorry, something went wrong.
I see. Thanks a lot!
No branches or pull requests
Thank you!
The text was updated successfully, but these errors were encountered: