Skip to content
/ rct Public
forked from Andersbakken/rct

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

License

Notifications You must be signed in to change notification settings

Gei0r/rct

 
 

Repository files navigation

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 prerequisits, 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.0%
  • C 4.0%
  • CMake 2.0%