Fitness on Linux
Build instructions
Fitness depends on Qt 4.4.0 and a C++ compiler which must be installed for compilation to succeed.
Simple build instructions
- Download latest source code from Subversion as a tar-ball: Download tarball
- Unpack the tarball: "tar xvf fitness.tar.gz"
- Run version 4 qmake in the trunk sub-directory.
- Run make.
- Run Fitness: "./Fitness"
More complex build instructions
- Install Subversion
- Check out the source: "svn co https://fitness.svn.sourceforge.net/svnroot/fitness/trunk fitness"
- Install Qt4.4.0.
- I have tried using Qt 4.2.1 package on Debian, but it did not work well. Qt 4.2.1 does not completely understand the files Qt 4.4.0 writes, and the user interface is messed up because of this.
- Install G++. On Debian, install package "g++"
- Enter the directory: "cd fitness"
- Run QMake: "qmake"
- Run Make: "make"
- Run Fitness: "./Fitness"