All Projects → Andersbakken → rct

Andersbakken / rct

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

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].