BuildInstructions

From TheLib
Jump to: navigation, search

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

Windows: Visual Studio 2012 (primary; required for C++11 features)

Others: CMake

  1. 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")
  2. Create empty directory somewhere (outside of your source tree)
  3. Open a terminal and change to this directory
  4. Type "cmake /path/to/the/TheLib/" and let cmake create makefiles
  5. Type "make"
  6. Watch the compile process fail under gcc :).

Some words about the test tools.

Personal tools
Namespaces
Variants
Actions
Information
Documentation
Developer Info
Toolbox