1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docs/install.txt Fri Jul 08 21:05:20 2011 +0200 1.3 @@ -0,0 +1,41 @@ 1.4 + ____ _ _ _ _ _ 1.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 1.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 1.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 1.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 1.9 + 1.10 + Europalab SchachUhr - Game clock graphical user interface client 1.11 + 1.12 + DEPENDENCIES 1.13 + 1.14 + Before installing this application it must be built using development 1.15 + tools and libraries. Building the application objects requires: 1.16 + 1.17 + o Make build tool 1.18 + o ISO C++ standard compiler 1.19 + o Assembler for the target architecture 1.20 + 1.21 + Linking the objects resulting from the previous building requires: 1.22 + 1.23 + o Linker for the target executable file format 1.24 + o Qt library 4.7.1 or later (available from Nokia) 1.25 + 1.26 + PORTABILITY 1.27 + 1.28 + This application can be built on any platform fulfilling 1.29 + the requirements of the Qt library. It can be installed 1.30 + on any platform on which the Qt library is installed. This 1.31 + includes a variety of POSIX and Windows operating systems. 1.32 + 1.33 + INSTALLATION 1.34 + 1.35 + To build this application, carry out the following shell commands: 1.36 + 1.37 + qmake 1.38 + make 1.39 + 1.40 + Optionally, type 'make check' to run any self tests that come with 1.41 + the source. 1.42 + 1.43 + At this point, the application exists and can be used. To install 1.44 + it to the proper filesystem locations type 'make install'.