summaryrefslogtreecommitdiff
path: root/bson/bsondemo/bsondemo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bson/bsondemo/bsondemo.cpp')
-rw-r--r--bson/bsondemo/bsondemo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/bson/bsondemo/bsondemo.cpp b/bson/bsondemo/bsondemo.cpp
index ec83f5e..b53a7b3 100644
--- a/bson/bsondemo/bsondemo.cpp
+++ b/bson/bsondemo/bsondemo.cpp
@@ -4,6 +4,12 @@
Requires boost (headers only).
Works headers only (the parts actually exercised herein that is - some functions require .cpp files).
+
+ To build and run:
+ g++ -o bsondemo bsondemo.cpp
+ ./bsondemo
+
+ Windows: project files are available in this directory for bsondemo.cpp for use with Visual Studio.
*/
/*