-
Notifications
You must be signed in to change notification settings - Fork 3
EpochServer Linux Build Notes
vbawol edited this page Mar 10, 2017
·
2 revisions
How to build on Linux extensions using Holy Build Box.
-
Install Docker. https://www.docker.com/get-docker
-
Create a folder "C:\DockerTemp" and place the compile(_x64).sh files inside.
-
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