diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-12-07 09:34:54 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-12-07 09:34:54 +0000 |
commit | 417548361eb0c7a4c449245d19436e24d1b7f80a (patch) | |
tree | 1ed3b9321f5d6924f796cb1c71089b8eb51d6e5e /sites/prolog.pmikkelsen.com/documentation/tutorial/1.-install.md | |
parent | a16af0ad8850d7b69cafaf03cc1b3dbe992995bf (diff) |
Move prolog site
Diffstat (limited to 'sites/prolog.pmikkelsen.com/documentation/tutorial/1.-install.md')
-rw-r--r-- | sites/prolog.pmikkelsen.com/documentation/tutorial/1.-install.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sites/prolog.pmikkelsen.com/documentation/tutorial/1.-install.md b/sites/prolog.pmikkelsen.com/documentation/tutorial/1.-install.md new file mode 100644 index 0000000..f6f4bb2 --- /dev/null +++ b/sites/prolog.pmikkelsen.com/documentation/tutorial/1.-install.md @@ -0,0 +1,17 @@ +# Install + +Since pprolog has zero dependencies other than what is available by default on 9front +it is pretty easy to install. + +If you have [git9](https://orib.dev/git9.html) installed the steps are: + + git/clone https://git.sr.ht/~pmikkelsen/pprolog + cd pprolog + mk install + + +This will install the pprolog binary to `/$objtype/bin`, so you may want to modify +`BIN` in the `mkfile` to install to somewhere else like `$home/bin/$objtype/` + +It will also install the prolog libraries to `/sys/lib/prolog` and this is hardcoded +in the `mkfile` and in `dat.h` if you want to change that. |