From 417548361eb0c7a4c449245d19436e24d1b7f80a Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Tue, 7 Dec 2021 09:34:54 +0000 Subject: Move prolog site --- sites/pprolog.org/documentation/tutorial/1.-install.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sites/pprolog.org/documentation/tutorial/1.-install.md (limited to 'sites/pprolog.org/documentation/tutorial/1.-install.md') diff --git a/sites/pprolog.org/documentation/tutorial/1.-install.md b/sites/pprolog.org/documentation/tutorial/1.-install.md deleted file mode 100644 index f6f4bb2..0000000 --- a/sites/pprolog.org/documentation/tutorial/1.-install.md +++ /dev/null @@ -1,17 +0,0 @@ -# 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. -- cgit v1.2.3