Update of /cvsroot/boost/boost/libs/signals/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5126
Modified Files:
Tag: RC_1_34_0
tutorial.xml
Log Message:
Fix build instructions
Index: tutorial.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/signals/doc/tutorial.xml,v
retrieving revision 1.9.4.2
retrieving revision 1.9.4.3
diff -u -d -r1.9.4.2 -r1.9.4.3
--- tutorial.xml 3 Nov 2006 19:45:40 -0000 1.9.4.2
+++ tutorial.xml 29 Jan 2007 19:36:40 -0000 1.9.4.3
@@ -1,11 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
-
- Distributed under the Boost Software License, Version 1.0.
- (See accompanying file LICENSE_1_0.txt or copy at
- http://www.boost.org/LICENSE_1_0.txt)
- -->
<!DOCTYPE section PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<section last-revision="$Date$" id="signals.tutorial">
@@ -1122,23 +1115,11 @@
<title>Linking against the Signals library</title>
<para>Part of the Boost.Signals library is compiled into a binary
- library that must be linked into your application to use Signals. To
- build this library, execute the command <command>bjam</command> in
- either the top-level Boost directory or in
- <code>libs/signals/build</code>. On Unix, the directory
- <code>libs/signals/build/bin-stage</code> will then contain
- libraries named, e.g., <code>libboost_signals.a</code> that can be
- linked in your program with <code>-lboost_signals</code>.</para>
-
- <para>On Windows, with Microsoft Visual C++ or Borland C++, the
- linking process is nearly automatic. As with the
- <libraryname>Regex</libraryname> library, the libraries in
- <code>libs\signals\build\bin-stage</code> will have mangled names
- and will be automatically be including in the link process. To link
- against the Signals library binary dynamically (e.g., using the
- Signals DLL), define <code>BOOST_SIGNALS_DYN_LINK</code> when
- building your application; to link statically, define
- <code>BOOST_SIGNALS_STATIC_LINK</code>. </para>
+ library that must be linked into your application to use
+ Signals. Please refer to
+ the <ulink url="../../more/getting_started.html">Getting Started</ulink>
+ guide. You will need to link against the <tt>boost_signals</tt>
+ library.</para>
</section>
</section>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs