Skip to content

Commit

Permalink
Update README with documentation for Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fpiesche authored Oct 31, 2022
1 parent d3af70e commit f660734
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,16 @@ Recommended in this case is `cmake-vs2017-64bit-windows10.bat`
---
# Compiling on Linux <a name="compile_linux"></a>

## Containerised build

If your system has Docker installed, you can create RBDOOM3BFG builds without having to install any of the dependencies on your host system. There is a `Dockerfile` in this repository that will set up the environment inside an `ubuntu` container and run the build for you. To run a build inside a Docker container, simply run the following command in the root path of this repository:

> docker build . --output type=local,dest=./build

This will run a build and save the resulting executables to `./build` on your host machine.

## Local build

1. You need the following dependencies in order to compile RBDoom3BFG with all features:

On Debian or Ubuntu:
Expand Down

0 comments on commit f660734

Please sign in to comment.