FociCounter needs a few other things installed to run. Because of that there are different types of installation. If you are using Windows and you want everything installed for you choose "automatic installation".

Windows Vista is not supported. Running FociCounter under Vista is probably possible, but I didn't try it and I cannot give you any advice on this matter.

You might also want to download user manual.


Windows - automatic installation

Download and run full Windows installation package (just do everything it asks you to do). To run the program double-click "FociCounter icon" on your desktop or from StartMenu.


Windows - manual installation

Requirements

Installation

  1. download and install all packages listed in "Requirements"
  2. download provided FociCounter package
  3. unpack the file (the package itself contains directory FociCounter)
  4. run Windows console (Start > Run... > cmd.exe)
  5. go to FociCounter's directory (e.g. cd c:\FociCounter\)
  6. type python start.py

If during Python installation you allowed its integration into Windows shell, you can also run FociCounter by double-clicking the start.py file (located in program's main dir) in Windows Explorer.

Linux

New systems seem to have all necessary modules installed. This is confirmed on Ubuntu 8.04 which I'm currently using, but older systems just need the same packages as in Windows installation.

Installation

  1. ensure that you have downloaded and installed everything listed in "Requirements" ("Windows - manual instalation"); however, on new GNU/Linux systems (such as Ubuntu 8.04, on which I have tested running FC) you'll probably have everything you need, if not - check terminal window while starting FociCounter for missing modules
  2. download provided FociCounter package
  3. unpack the file (the package itself contains directory FociCounter)
  4. run your favourite terminal (e.g. xterm)
  5. go to FociCounter's directory (e.g. cd /home/user/FociCounter)
  6. type python start.py

Disclaimer

FociCounter is a Python program, distributed under GNU GPL license. Having said that, please have in mind that this software was never intended to be a large and open project, and sources are... well, ugly.

If you intend to change these sources, this will probably be difficult (but not impossible), as there is no documentation whatsoever. You have been warned. ;)