Skip to content

Build For Linux

Jon edited this page May 2, 2020 · 4 revisions

To build natively on the platform, execute the following commands from the project's root directory.

./scripts/env.sh jones_build

If you'd prefer to build the project using docker, execute the following commands from the project's root directory.

docker-compose run jones ./scripts/env.sh jones_build
Clone this wiki locally