doom-docker-zandronum-compiler/README.md

13 lines
385 B
Markdown
Raw Normal View History

2023-11-14 21:38:53 +01:00
# Compiling Zandronum with Docker
2023-11-15 17:39:24 +01:00
This Dockerfile builds a compiling agent for Zandronum utilizing Debian. This creates the needed files for running the ``zandronum-server`` Linux server including the ``*.pk3`` files.
2023-11-14 21:38:53 +01:00
2023-11-15 17:39:24 +01:00
## How to use this
```
git clone https://github.com/cfultz/doom-docker-zandronum-compiler
cd doom-docker-zandronum-compiler
docker build -t zandronum-build .
```
2023-11-14 21:38:53 +01:00