Skip to content

Development environment

Dario Giovannetti edited this page Nov 16, 2014 · 5 revisions

This installation procedure is mostly useful for testing or development.

First make sure the dependencies are satisfied. Additionally, you will need git.

Start by creating a workspace directory and changing into it:

$ mkdir ~/Desktop/outspline-workspace
$ cd ~/Desktop/outspline-workspace

Now clone the needed external libraries:

$ git clone https://github.com/kynikos/lib.py.configfile.git
$ git clone https://github.com/kynikos/lib.py.plural.git
$ git clone https://github.com/kynikos/lib.py.text-history.git
$ git clone https://github.com/kynikos/lib.py.wxclasses.git

Then clone the main repository:

$ git clone https://github.com/kynikos/outspline.git

This will also already include all the additional components that are developed with the core component.

Optionally clone the wiki repository:

$ git clone https://github.com/kynikos/outspline.wiki.git

Enter the outspline directory:

$ cd outspline

You should now be able to run Outspline with:

$ ./dev/outspline.sh

You can normally use the command options, for example:

$ ./dev/outspline.sh -c ./test.conf

See Usage for further instructions.