Rod Hynes f898700ae0 Changes to embedded server list import 10 tahun lalu
..
Dockerfile d3a9bdcc04 Fix Android Dockerfile (was missing one use of the Go version variable). Updated Go version used for building. Switched from Debian to Ubuntu as Docker base (because Debian is less reliable when apt-getting). 11 tahun lalu
README.md dddb271b7e Created Windows cross-compile Dockerfile 11 tahun lalu
make.bash 712807b19c Docker build now outputs build info file. 11 tahun lalu
psiphonClient.go f898700ae0 Changes to embedded server list import 10 tahun lalu

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.