Skip to content

Commit

Permalink
added notes on cross compilation for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jan 5, 2019
1 parent af2438c commit 5b0faee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TODO.md
@@ -1,5 +1,9 @@
# TODOs

Linux cross compilation:
- CC=x86_64-pc-linux-gcc GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o nc-linux -i github.com/dreadl0ck/netcap/cmd
- GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o nc-linux -ldflags="-L /usr/local/opt/libpcap/lib" -i github.com/dreadl0ck/netcap/cmd

- add ascii cast
- README

Expand All @@ -15,7 +19,6 @@ Benchmarks:
## new protos

- MLDv2MulticastListenerReport
- EAPOL + Key
- CiscoDiscoveryInfo
- CDPHello
- CDPEnergyWise
Expand All @@ -24,6 +27,7 @@ Benchmarks:

## update documentation

- EAPOL + Key
- VRRPv2
- EAP
- FDDI
Expand Down

0 comments on commit 5b0faee

Please sign in to comment.