Skip to content

EpochServer Linux Build Notes

vbawol edited this page Mar 10, 2017 · 2 revisions

How to build on Linux extensions using Holy Build Box.

  1. Install Docker. https://www.docker.com/get-docker

  2. Create a folder "C:\DockerTemp" and place the compile(_x64).sh files inside.

  3. From Powershell run either command below to start compile process. If successful the resulting epochserver(_x64).so files will be output to C:\DockerTemp.

32-Bit:

docker run -t -i --rm -v C:\DockerTemp:/io phusion/holy-build-box-32:latest linux32 bash /io/compile.sh

64-Bit:

docker run -t -i --rm -v C:\DockerTemp:/io phusion/holy-build-box-64:latest bash /io/compile_x64.sh

Clone this wiki locally