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