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