Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.63 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.63 KB

Robomongo

Robomongo — is a shell-centric crossplatform MongoDB management tool.
Visit our site: www.robomongo.org

Download

You can download compiled version (for Mac OS X and Windows) at this page:
https://www.dropbox.com/sh/u0s0i8e4m0a8i9f/oxtqKHPUZ8

Building

You are lucky enough, if prebuild libraries (that are in libs folder) are already available and match your OS/Compiler. For most of you it's not — you need to build Robomongo dependencies, before building Robomongo itself.

Here is a detailed instructions on building Robomongo dependencies for Linux and/or Mac OS X:
[Building Robomongo and Dependencies (for Linux and Mac OS X)] (https://github.com/paralect/robomongo/wiki/Building-Robomongo-and-Dependencies-(for-Linux-and-Mac-OS-X\))

Windows

The following steps assume that all dependencies already compiled.

Prerequisites:

  • Qt should be compiled with VC2010. Tested with Qt 4.8
  • Your PATH variable should have Qt bin folder
  • Visual Studio 2010 should be installed and VC should be in this location: %ProgramFiles%\Microsoft Visual Studio 10.0\VC. Otherwise you need to modify VISUALC_PATH in build script.

Compiling:

> cd build
> build.bat

Executable will be placed to: target/debug/app/out

Linux and OS X

The following steps assume that all dependencies already compiled.

Prerequisites:

  • Qt should be installed. Tested with Qt 4.8
  • Your PATH variable should have Qt bin folder

Compiling:

$ cd build
$ chmod u+x build.sh
$ ./build.sh

Executable will be placed to: target/debug/app/out