From 4852103caccd641e1cfe08d428f85e5c76b0748a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 22 Oct 2004 12:14:31 +0000 Subject: [PATCH] Fix a broken link [SVN r25830] --- v2/doc/src/advanced.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/v2/doc/src/advanced.xml b/v2/doc/src/advanced.xml index 97f0b2a99..68094c00e 100644 --- a/v2/doc/src/advanced.xml +++ b/v2/doc/src/advanced.xml @@ -767,14 +767,14 @@ exe hello : hello.cpp some_library.lib /some_project//library - On Windows, if an application which uses dynamic libraries, and both + On Windows, if an application uses dynamic libraries, and both the application and the libraries are built by Boost.Build, its not possible to immediately run the application, because the PATH environment variable should include the path to the libraries. It means you have to either add the paths manually, or place the application and the libraries to the same - directory, for example using the stage rule. + directory, for example using the + stage rule. @@ -949,8 +949,7 @@ exe main : main.cpp lib_alias ; - -
+
Installing For installing the built target you should use the