Skip to content
mikezter edited this page Oct 27, 2010 · 7 revisions

MongoHub Website: http://mongohub.todayclose.com/

How to build

Install mongoclient library

i did it from source, perhaps theres an easier way

  1. install mongos dependencies: brew install scons boost pcre++ spidermonkey
  2. clone mongo: git clone http://github.com/mongodb/mongo.git
  3. cd into mongo dir and make libmongoclient.a: scons mongoclient

Get MCPkit framework

  1. download it from here: http://mysql-cocoa.sourceforge.net/downloads.html
  2. install as shown here: http://tiny.catpa.ws/uploads/2010/01/mysql-cocoa_bundling_in_xcode.pdf

more frameworks

im on it, this is what ive done so far

Add a lib/folder in project settings under the key 'User Header Search paths'. Mine is set to /Users/mike/Code for now. In this folder, clone the following projects:

SSHTunnel: git clone http://github.com/joeroback/SSHTunnel.git

BWToolkitFramework: git clone http://github.com/glebd/bwtoolkit.git

Clone this wiki locally