# mtkports MontaukOS software ports ## Build ```bash git clone --recurse-submodules ~/dev/mtkports cd ~/dev/mtkports make # build every port into out/apps// 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. |