feat: ports - git port
This commit is contained in:
@@ -9,7 +9,8 @@ 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/
|
||||
make install # copy bundles into MontaukOS/programs/bin/apps/, and
|
||||
# run the install target of ports that are not bundles
|
||||
```
|
||||
|
||||
Then from the MontaukOS tree:
|
||||
@@ -37,3 +38,4 @@ make ramdisk
|
||||
| libnsbmp | [netsurf-browser/libnsbmp](https://github.com/netsurf-browser/libnsbmp) | BMP/ICO decoder. |
|
||||
| netsurf | [netsurf-browser/netsurf](https://github.com/netsurf-browser/netsurf) | NetSurf web browser - monkey frontend only. **Not** an app bundle. |
|
||||
| doom | [ozkl/doomgeneric](https://github.com/ozkl/doomgeneric) | `doom1.wad` is proprietary and deliberately not bundled. |
|
||||
| git | [git/git](https://github.com/git/git) | v2.39.5. WIP - installs to `0:/os/git.elf`. Local repositories only. See [dev-vcs/git/README.md](dev-vcs/git/README.md). |
|
||||
|
||||
Reference in New Issue
Block a user