Rod Hynes 84f3199b3e Merge branch 'master' of https://github.com/Psiphon-Labs/psiphon-tunnel-core %!s(int64=11) %!d(string=hai) anos
..
Dockerfile ed4adcd1ab Added 32-bit Linux build %!s(int64=11) %!d(string=hai) anos
README.md dddb271b7e Created Windows cross-compile Dockerfile %!s(int64=11) %!d(string=hai) anos
make.bash ed4adcd1ab Added 32-bit Linux build %!s(int64=11) %!d(string=hai) anos
psiphonClient.go b320be9c57 Add flag to set human-readable notice format in console client %!s(int64=11) %!d(string=hai) anos

README.md

Psiphon Console Client README

Building with Docker

Note that you may need to use sudo docker below, depending on your OS.

Create the build image:

# While in the same directory as the Dockerfile...
$ docker build --no-cache=true -t psigoconsole .
# That will take a long time to complete.
# After it's done, you'll have an image called "psigoconsole". Check with...
$ docker images

To do the build:

$ docker run --rm -v $GOPATH/src:/src psigoconsole /bin/bash -c 'cd /src/github.com/Psiphon-Labs/psiphon-tunnel-core/ConsoleClient && ./make.bash'

When that command completes, the compiled library will be located at windows_386/psiphon-tunnel-core.exe.