BuildInstructions
From TheLib
Contents |
Prerequisites
Following TheCharta TheLib requires only minimal prerequisites:
Windows
- Visual Studio 2012
TODO: Does it work with the free expression edition?
Linux/Other
- CMake
- Make
- GCC (Version.: 4.6 or above)
TODO: Version numbers correct?
Step by Step
TODO: This page is a temporary note pad
- Checking out TheCode from the Hg-Repository
- Configure (?)
- Make/Compile
Windows: Visual Studio 2012 (primary; required for C++11 features)
Others: CMake
- Install cmake (Under ubuntu or debian use the software center or type in the console: "sudo apt-get install cmake", under redhat and derivates like fedora use the software center or type in the console: "sudo yum install cmake")
- Create empty directory somewhere (outside of your source tree)
- Open a terminal and change to this directory
- Type "cmake /path/to/the/TheLib/" and let cmake create makefiles
- Type "make"
- Watch the compile process fail under gcc :).
Some words about the test tools.