Skip to content
kynikos edited this page Nov 12, 2014 · 13 revisions

Installation

Pre-packaged

UNDER CONSTRUCTION, NO PACKAGE HAS BEEN RELEASED YET

Outspline has packages available for the following Linux distributions:

Manual

TODO

This installation procedure is mostly useful to create packages for operating systems that do not provide a pre-packaged version yet.

Dependencies:

  • Python 2.7 or greater (not 3!)
  • wxPython 3.0.0.0 or greater
$ curl -LO http://downloads.sourceforge.net/project/kynikos/arch/outspline-0.8.0.tar.bz2
$ tar xjf outspline-0.8.0.tar.bz2
$ cd outspline-0.8.0
$ sudo python2 setup.py install --optimize=1

Usage

After the installation, an icon should have been added to the applications menu. Alternatively, Outspline can be launched from the command line. See Usage for instructions.

Run without installing

TODO

This procedure is mostly useful for testing or development.

Clone this wiki locally