https://github.com/darealfreak/teeworlds-docker-windows-build
providing a clean windows environment to compile teeworlds for windows
https://github.com/darealfreak/teeworlds-docker-windows-build
bam docker teeworlds
Last synced: 23 days ago
JSON representation
providing a clean windows environment to compile teeworlds for windows
- Host: GitHub
- URL: https://github.com/darealfreak/teeworlds-docker-windows-build
- Owner: DaRealFreak
- Created: 2018-10-20T01:19:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T01:21:36.000Z (over 6 years ago)
- Last Synced: 2025-03-11T04:34:38.537Z (about 1 month ago)
- Topics: bam, docker, teeworlds
- Language: PowerShell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teeworlds Docker Windows Build
This Project was planned to provide a clean Windows build system for the Open-Source game Teeworlds.
It is using the base image `microsoft/windowsservercore:latest` and installs `cygwin`, `mingw` and `git` with the
Windows package manager `chocolatey`.
It additionally clones and compiles the build system `bam` which is used normally to compile Teeworlds.## Usage
You can build the image with `docker build -t tw-build ./` and run the container with `docker run -ti --rm tw-build`## Status
The build system hangs itself up on the 2nd step of everything involving actually compiling code.
Because of this reason I didn't include the download and configuration step of the external dependencies SDL2 and freetype.
In case anyone knows why bam is hanging itself I'll gladly complete the rest of the script.