rct
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.