Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66820 - sandbox/geometry/libs/geometry/example/with_external_libs
From: barend.gehrels_at_[hidden]
Date: 2010-11-28 09:40:56


Author: barendgehrels
Date: 2010-11-28 09:40:56 EST (Sun, 28 Nov 2010)
New Revision: 66820
URL: http://svn.boost.org/trac/boost/changeset/66820

Log:
Updated comments
Text files modified:
   sandbox/geometry/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/geometry/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt
==============================================================================
--- sandbox/geometry/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt (original)
+++ sandbox/geometry/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt 2010-11-28 09:40:56 EST (Sun, 28 Nov 2010)
@@ -23,9 +23,9 @@
    - set the UserMacro WXWIDGETS to point to your wxWidgets distribution
    - edit the file boost.vsprops
    - set the UserMacro BOOST_ROOT to point to your Boost distribution
- - alternatively you can include Boost/wxWidgets in your standard include path
+ - alternatively you can include Boost and/or wxWidgets in your standard include path
    
 Using Linux/gcc
    - check if installation is OK, http://wiki.wxwidgets.org/Installing_and_configuring_under_Ubuntu
- - compile using e.g. gcc -o x04_wxwidgets -I../../.. x04_wxwidgets_world_mapper.cpp `wx-config --cxxflags` `wx-config --libs`
-
\ No newline at end of file
+ - compile using e.g. gcc -o x04_wxwidgets -I../../../.. x04_wxwidgets_world_mapper.cpp `wx-config --cxxflags` `wx-config --libs`
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk