aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/bdep.cli')
-rw-r--r--bdep/bdep.cli14
1 files changed, 13 insertions, 1 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index 19c79af..d7ce274 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -217,7 +217,17 @@ namespace bdep
-a} in the previous example), then it will print a line identifying
each configuration before printing the command's result.
- @@ build and run?
+ By default the project's source directory is configured to forward to
+ the default build configuration. That is, we can run the build system
+ in the source directory and it will automatically build in the
+ forwarded configuration as well as link the results back to the
+ source directory using symlinks or a another suitable mechanism (see
+ \l{bdep-config(1)} for details). For example:
+
+ \
+ $ b # build in gcc
+ $ ./hello # run the result
+ \
|
@@ -272,6 +282,8 @@ namespace bdep
libhello >= 1.0.0 configured 1.0.0
\
+ @@ TODO: build system hook.
+
|
\li|\b{Upgrade or Downgrade Dependencies}\n