aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 21f058c21b94f32bfaa93188f0279fac37425f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Qt Build Suite
==============
Qbs is a cross-platform build tool.
The project's homepage is http://qt-project.org/wiki/qbs

Supported Platforms
===================

Windows XP SP2 or later
Mac OS 10.6 or later
Linux (tested on Debian 6/7 and Ubuntu 13)

Building the sources requires Qt 4.8.0 or later.

Build Instructions
==================
Prerequisites:
   * Qt 4.8.0 or later
   * On Windows:
     -  MinGW or Visual Studio
   * On Mac: Xcode

The installed toolchains have to match the one Qt was compiled with.

You can build qbs with

    cd $SOURCE_DIRECTORY
    qmake -r
    make (or mingw32-make or nmake or jom, depending on your platform)

Installation ("make install") is not needed. It is however possible, using

    make install INSTALL_ROOT=$INSTALL_DIRECTORY