initial commit - doom port
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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. |
|
||||
Reference in New Issue
Block a user