michael@0: ____ _ _ _ _ _ michael@0: / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ michael@0: \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| michael@0: ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | michael@0: |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| michael@0: michael@0: Europalab SchachUhr - Game clock graphical user interface client michael@0: michael@0: DEPENDENCIES michael@0: michael@0: Before installing this application it must be built using development michael@0: tools and libraries. Building the application objects requires: michael@0: michael@0: o Make build tool michael@0: o ISO C++ standard compiler michael@0: o Assembler for the target architecture michael@0: michael@0: Linking the objects resulting from the previous building requires: michael@0: michael@0: o Linker for the target executable file format michael@0: o Qt library 4.7.1 or later (available from Nokia) michael@0: michael@0: PORTABILITY michael@0: michael@0: This application can be built on any platform fulfilling michael@0: the requirements of the Qt library. It can be installed michael@0: on any platform on which the Qt library is installed. This michael@0: includes a variety of POSIX and Windows operating systems. michael@0: michael@0: INSTALLATION michael@0: michael@0: To build this application, carry out the following shell commands: michael@0: michael@0: qmake michael@0: make michael@0: michael@0: Optionally, type 'make check' to run any self tests that come with michael@0: the source. michael@0: michael@0: At this point, the application exists and can be used. To install michael@0: it to the proper filesystem locations type 'make install'.