|
1 ____ _ _ _ _ _ |
|
2 / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ |
|
3 \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| |
|
4 ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | |
|
5 |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| |
|
6 |
|
7 Europalab SchachUhr - Game clock graphical user interface client |
|
8 |
|
9 DEPENDENCIES |
|
10 |
|
11 Before installing this application it must be built using development |
|
12 tools and libraries. Building the application objects requires: |
|
13 |
|
14 o Make build tool |
|
15 o ISO C++ standard compiler |
|
16 o Assembler for the target architecture |
|
17 |
|
18 Linking the objects resulting from the previous building requires: |
|
19 |
|
20 o Linker for the target executable file format |
|
21 o Qt library 4.7.1 or later (available from Nokia) |
|
22 |
|
23 PORTABILITY |
|
24 |
|
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. |
|
29 |
|
30 INSTALLATION |
|
31 |
|
32 To build this application, carry out the following shell commands: |
|
33 |
|
34 qmake |
|
35 make |
|
36 |
|
37 Optionally, type 'make check' to run any self tests that come with |
|
38 the source. |
|
39 |
|
40 At this point, the application exists and can be used. To install |
|
41 it to the proper filesystem locations type 'make install'. |