Compiling and running Openviewer
This project is in its preliminary stages, and is primarily geared towards developers. It is not set up for easy one-click download/run operation. You will need to understand something about your operating system, and experience downloading and configuring open-source packages is pretty much a prerequisite to success.
These are cursory instructions. Please visit us on IRC at freenode: #openviewer
Debian / Ubuntu
Add the thousandparsec.net repository. See http://packages.thousandparsec.net/ for instructions on how to do this.
Then install dependencies:
apt-get update
apt-get install python-ogre mono python-imaging python-wxgtk2.8
To run OpenViewer:
mono PythonForNetPath/python.exe viewer.py
Windows
Download and install dependencies:
To run OpenViewer:
PythonForNetPath/python.exe viewer.py
