Binary Packages

Name Type Size
oos-0.2.1-x86-windows exe (setup) 960981 bytes
oos-0.2.1-x86_64-linux tar.gz 634700 bytes
oos-0.2.1-i686-linux tar.gz 599889 bytes

Requirements

There are less requirements for the runtime library. At least the database library you want to use in your environments path.

If you would like to build from the sources you need at least the cmake build system installed. If you plan to generate an install package on a windows system you need the nullsoft scriptable install system.

Installation

Once you have installed the library make the library and include path know to yout compiler or IDE. If you plan to use one of the databases except the in memory one make sure your path contains the third party (mysql, sqlite) libraries.

Sources

Download packages

zip tar.gz

Get the sources from GitHub and enter the created directory:

$ git clone https://github.com/zussel/oos.git
$ cd oos

Building under Linux

Create a build directory change to it and call cmake:

$ mkdir build
$ cd build
$ cmake ..

Then you can build oos from sources:

$ make

Building under Windows (for Visual Studio)

Create a build directory change to it and call cmake:

$ mkdir build
$ cd build
$ cmake -G "Visual Studio *" ..

Where * is one of the "Visual Studio" strings up from "10". See cmake documentation here. After generation you find a OOS.sln solution file in the current directory.

Contact

If you have questions or issues concerning oos you can place an issue in my oos github repository or contact me via mail oos at zussel dot de