Skip to content

Instantly share code, notes, and snippets.

@fjudith
Created May 23, 2017 08:57
Show Gist options
  • Save fjudith/4584e24f77e7170da01e58388a23317c to your computer and use it in GitHub Desktop.
Save fjudith/4584e24f77e7170da01e58388a23317c to your computer and use it in GitHub Desktop.
Build sigil on Windows

run from docker host "docker ssh default"

sudo docker run -it --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock golang
go get github.com/gliderlabs/sigil
pushd src/github.com/gliderlabs/sigil
sed -i "s#linux#linux,windows#g" ./Makefile
make deps
make install

run "docker ps" to identify <container_id>

docker cp <container_id>:/go/src/github.com/gliderlabs/sigil/build/Windows/sigil sigil.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment