Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / geometry / example / with_external_libs / x06_qt_world_mapper_readme.txt
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2 //
3 // Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands
4 // Use, modification and distribution is subject to the Boost Software License,
5 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7
8 Qt World Mapper example
9
10 It will show a basic Qt Widget, displaying world countries
11
12 To compile this program:
13
14 Install Qt (if not done before)
15    
16 Using Linux/gcc
17    - install Qt with sudo apt-get install libqt4-dev
18    - run qmake -project
19    - edit the generated file "with_external_libs.pro"  and delete all lines but the x06_qt_world_mapper.cpp
20    - run qmake
21    - edit the generated Makefile, if necessary, and add -I../../../.. to include Boost and Boost.Geometry
22    - run make
23