stuij / rct

A set of c++ tools that provide nicer (more Qt-like) APIs on top of stl classes with a friendly license.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rct

Travis build status

A set of c++ tools that provide nicer (more Qt-like) APIs on top of stl classes released under a BSD license.

Build Instructions

rct uses the CMake build system.

Unix-Like Systems

On Unix-like systems, building rct is straightforward. Just use cmake and your preferred compiler and build system.

Windows

Windows support is not complete yet:

  • Not all classes are ported to Windows
  • Building is only possible with mingw from MSYS2.
  • To build the tests, you will also need to build cppunit yourself.

Once you installed all the prerequisites, you can use cmake to generate "MSYS Makefiles" or "MinGW Makefiles" (both work) to build the library.

About

A set of c++ tools that provide nicer (more Qt-like) APIs on top of stl classes with a friendly license.

License:Other


Languages

Language:C++ 94.7%Language:C 3.6%Language:CMake 1.7%Language:Shell 0.0%