Fri, 08 Jul 2011 22:40:26 +0200
Added tag SCHUR_GENESIS for changeset ff1b43f833a9
1 ____ _ _ _ _ _
2 / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __
3 \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__|
4 ___) || (__ | | | || (_| || (__ | | | || |_| || | | || |
5 |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_|
7 Europalab SchachUhr - Game clock graphical user interface client
9 DEPENDENCIES
11 Before installing this application it must be built using development
12 tools and libraries. Building the application objects requires:
14 o Make build tool
15 o ISO C++ standard compiler
16 o Assembler for the target architecture
18 Linking the objects resulting from the previous building requires:
20 o Linker for the target executable file format
21 o Qt library 4.7.1 or later (available from Nokia)
23 PORTABILITY
25 This application can be built on any platform fulfilling
26 the requirements of the Qt library. It can be installed
27 on any platform on which the Qt library is installed. This
28 includes a variety of POSIX and Windows operating systems.
30 INSTALLATION
32 To build this application, carry out the following shell commands:
34 qmake
35 make
37 Optionally, type 'make check' to run any self tests that come with
38 the source.
40 At this point, the application exists and can be used. To install
41 it to the proper filesystem locations type 'make install'.