Adam Pritchard a418fded78 Merge remote-tracking branch 'upstream/master' 11 years ago
..
Dockerfile b8a676f0a6 Added 32-bit Linux build 11 years ago
README.md dddb271b7e Created Windows cross-compile Dockerfile 11 years ago
make.bash b8a676f0a6 Added 32-bit Linux build 11 years ago
psiphonClient.go 1dcc83f4f2 Fix: ConsoleClient hang when controller.Run() exits unexpectedly 11 years ago

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.