1 QtJobs - a user-friendly way of multitasking
2 (c) 2010 David Watzke <david@watzke.cz>
4 This project is released under the GPLv3+ license. You can read the license
5 text in the file called LICENSE that's located next to this README.
8 To build the project, run:
13 This creates a native binary called qtjobs that you can run like so:
16 If you want to install the program system-wide, so far it's enough to just
17 copy this binary to /usr/bin/ or somewhere else in the PATH, but this can
18 change, so watch out for it.
21 If you want to help by contributing, you can create a new translation.
22 To do that, copy the Czech one and re-translate it. For example a German
23 translator would run this:
24 cp qtjobs_cs_CZ.ts qtjobs_de_DE.ts
25 linguist qtjobs_de_DE.ts
26 and start translating.
28 The second command runs the Qt Linguist program that allows you to translate
29 the software easily and checks the translation for errors that could cause
30 problems, so please send only translations without warnings from Linguist.
33 Another way of helping the project is packaging it for various systems, such
34 as GNU/Linux distributions and possibly even other OSes.
37 If you found a bug, please make sure that you're using the latest version
38 from the Git repository git://repo.or.cz/qtjobs.git and if so, then please
39 don't hesitate to report the bug to me with full description and the OS info.
41 Also, if you'd like to request a new feature, please do so.
43 My e-mail address is stated at the beginning of this file.