File: README

package info (click to toggle)
qtodo 0.1.2-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,456 kB
  • ctags: 1,670
  • sloc: cpp: 13,032; makefile: 56; sh: 22
file content (15 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QTODO 0.1.2 README
------------------

How to compile the sources:
- You need Qt3 development packages, only the latest version is garuanteed to work.
- You need a decent version of gcc, 4.0.3 is known to work.

1. type "qmake" in the top folder.
2. type "make" in the top folder.
3. become root and type "make install" to install QTodo.

Eventually you should be able to start the program with "qtodo".

Have fun.