From fbce0b63fbf7183421c0506f4e0a5fb21c35389f Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 24 Jan 2018 14:01:07 +0100 Subject: [PATCH] balls --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 384e8897..a8e8e5c9 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ To show the command line options: -silent Suppress all logs which are not errors. +## Cross Compiling + +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 + ## Caplets Interactive sessions can be scripted with `.cap` files, or `caplets`, the following are a few basic examples, look the `caplets` folder for more.