docs/install.txt

Wed, 27 Jul 2011 23:08:32 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 27 Jul 2011 23:08:32 +0200
changeset 13
8fd77655ff43
permissions
-rw-r--r--

Added tag SCHUR_0.6.2 for changeset 1d13b7bae644

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

mercurial