]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt
buildsys: change download over to reef release
[ceph.git] / ceph / src / boost / libs / geometry / example / with_external_libs / x04_wxwidgets_world_mapper_readme.txt
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2 //
3 // Copyright Barend Gehrels 2010, 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
9
10 wxWidgets World Mapper example
11
12 It will show a basic wxWidgets window, displaying world countries, highlighting the country under
13 the mouse, and indicating position of the mouse in latitude/longitude and in pixels.
14
15
16 To compile this program:
17
18 Install wxWidgets (if not done before)
19
20 Using Linux/gcc
21 - check if installation is OK, http://wiki.wxwidgets.org/Installing_and_configuring_under_Ubuntu
22 - compile using e.g. gcc -o x04_wxwidgets -I../../../.. x04_wxwidgets_world_mapper.cpp `wx-config --cxxflags` `wx-config --libs`
23