Skip to content

Commit

Permalink
install-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Sep 2, 2019
1 parent 57ed85a commit da5d5a0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# SPARQLProg installation

## Install from pack

1. Install SWI-Prolog from http://www.swi-prolog.org

2. Install using SWI pack installer

$ swipl
? pack_install(sparqlprog).

## Install from GitHub

1. Install SWI-Prolog from http://www.swi-prolog.org

2. Get the latest sparqlprog source from github. No installation steps are
2. Install requirements

swipl -g "[install],install_requirements"

3. Get the latest sparqlprog source from github. No installation steps are
required. Just add it to your path (changing the directory if necessary):

`export PATH=$PATH:$HOME/sparqlprog/bin`

You may also need to ensure the library is added to your path

The easiest way is to create a symlink:

~/lib/swipl/pack/sparqlprog -> ~/repos/sparqlprog

0 comments on commit da5d5a0

Please sign in to comment.