This commit is contained in:
evilsocket 2018-01-25 12:17:02 +01:00
commit 1e86c43949

View file

@ -54,7 +54,8 @@ To show the command line options:
An example cross compilation for ARM (C toolchain and libs installation left to the reader as an excercise :D)
env CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm
cd $GOPATH/src/github.com/evilsocket/bettercap-ng
env CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm make
## Caplets