Skip to content
jshholland edited this page Sep 13, 2010 · 4 revisions

Welcome to the Suvat wiki!

The current version is 0.1.1, and the development version is 0.2.

To run Suvat, you need a recent version of Python (tested with 2.6), PyGTK 2 and, if you are compiling from source, the Python development headers.

How do you get Suvat? If you run Ubuntu, you can get it from a PPA on Launchpad. If you run another variety of Linux (or probably most Unices) you can build from source either from the stable package here or use the download link from the github front page if you are more adventurous.

If you can use the PPA, it’s as easy as sudo aptitude install suvat. If you have a source tarball, you’re going to do some compiling (:D) so make sure you have a compiler installed. All you need to do is run (with root privileges) python setup.py install. This will compile and install all the required files.

Once Suvat is installed, to run it, type the command suvat. For more details, see Getting started.

Clone this wiki locally