Installation

Installation for Windows

Download and install the windows installer below

  • Download the CTGViewerLite installer, run it and follow the installation steps (Downloads)
  • In the case of trouble, try to download and install package vcredist_x86.exe

Linux and MAC

Linux:

We expect that Linux users will be able to install required packages in their distribution by themselves.

  • Download the source files (Downloads) and unpack it to desired directory.
  • Install all dependencies as desribed in (Development)

After installation run command:

> python ctgViewerLite.py

It is also possible (though not recommended) to download the Windows installer and run CTGViewerLite under wine.

MAC users:

The application was not tested on Macintosh machines.

Please see http://www.python.org/getit/mac/ for further details on how to install Python to MAC.

See the (Development) for details on required packages.

It is also possible (though not recommended) to download the Windows installer and run CTGViewerLite under wine.

Installation from source

Download the ziped source in the section (Downloads).

Windows

Since the application relies on library pyqwt (used for plotting) we strongly recommend to use version of packages that was pyqwt compiled with (http://pyqwt.sourceforge.net/download.html). See the example below. We also recommend to use win32 binaries.

An example of files to download and install:

Linux

Installation for debian based distributions:

> sudo apt-get install python python-qt4 python-qwt5-qt4 python-numpy python-scipy

Table Of Contents

Previous topic

CTGViewerLite documentation

Next topic

Downloads