Files
mtkports/README.md
T
2026-08-07 17:05:57 +02:00

27 lines
627 B
Markdown

# mtkports
MontaukOS software ports
## Build
```bash
git clone --recurse-submodules <url> ~/dev/mtkports
cd ~/dev/mtkports
make # build every port into out/apps/<name>/
make doom # build one port
make install # copy bundles into MontaukOS/programs/bin/apps/
```
Then from the MontaukOS tree:
```bash
make ports # builds + installs ports (equivalent to the above)
make ramdisk
```
## Ports
| Port | Upstream | Notes |
|------|----------|-------|
| doom | [ozkl/doomgeneric](https://github.com/ozkl/doomgeneric) | `doom1.wad` is proprietary and deliberately not bundled. |