forked from bububa/MongoHub-Mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mikezter edited this page Oct 27, 2010
·
7 revisions
MongoHub Website: http://mongohub.todayclose.com/
i did it from source, perhaps theres an easier way
- install mongos dependencies:
brew install scons boost pcre++ spidermonkey
- clone mongo:
git clone http://github.com/mongodb/mongo.git
- cd into mongo dir and make
libmongoclient.a
:scons mongoclient
- download it from here:
http://mysql-cocoa.sourceforge.net/downloads.html
- install as shown here:
http://tiny.catpa.ws/uploads/2010/01/mysql-cocoa_bundling_in_xcode.pdf
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