Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
-
*Location*: http://docs.mongodb.org/ecosystem/tutorial/download-and-compile-cpp-driver/
*User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
*Referrer*: http://docs.mongodb.org/ecosystem/drivers/cpp/
*Screen Resolution*: 1920 x 1080
*repo*: docs-ecosystem
*source*: tutorial/download-and-compile-cpp-driver
*Location*: http://docs.mongodb.org/ecosystem/tutorial/download-and-compile-cpp-driver/ *User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 *Referrer*: http://docs.mongodb.org/ecosystem/drivers/cpp/ *Screen Resolution*: 1920 x 1080 *repo*: docs-ecosystem *source*: tutorial/download-and-compile-cpp-driver
Description
$ git clone https://github.com/mongodb/mongo.git
$ cd mongo
$ scons --prefix=$HOME/mongo-client-install --use-system-boost install-mongoclient
(after a lot of output)
$ scons: *** Do not know how to make File target `install-mongoclient' (/home/cschwarz/srclocal/mongo/install-mongoclient). Stop.
Note that "scons ... mongoclient" does work and seems to build the client. It seems that only the install-mongoclient target is missing.
Attachments
Issue Links
- is duplicated by
-
DOCS-2264 Comment on: "ecosystem/tutorial/download-and-compile-cpp-driver.txt"
-
- Closed
-