Update of /cvsroot/boost/boost/libs/signals/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5113

Modified Files:
        tutorial.xml 
Log Message:
Fix build instructions

Index: tutorial.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/signals/doc/tutorial.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tutorial.xml        29 Sep 2006 15:26:11 -0000      1.10
+++ tutorial.xml        29 Jan 2007 19:36:29 -0000      1.11
@@ -1115,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

Reply via email to