Sign inSign up

eqemu/builder

By eqemu

Updated almost 8 years ago

Builds eqemu server binaries

Image
1

1.2K

eqemu/builder repository overview

If you are looking to run a server, and have binaries already compiled, use https://hub.docker.com/r/eqemu/server/ instead

This allows you to build linux binaries of https://github.com/eqemu/server

It has all dependencies baked into an ubuntu image.

in osx/linux: docker run -v $(PWD):/src eqemu/builder cmake . docker run -v $(PWD):/src eqemu/builder make

in windows: docker run -v %cd%:/src eqemu/builder cmake . docker run -v %cd%:/src eqemu/builder make

Tag summary

Content type

Image

Digest

Size

473.6 MB

Last updated

almost 8 years ago

docker pull eqemu/builder