docs/install.txt

Sun, 10 Jul 2011 10:44:49 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 10 Jul 2011 10:44:49 +0200
changeset 11
f83d5d4b7088
permissions
-rw-r--r--

Modify icon to be square as most windowing systems expect icons to be.

     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