2015-09-28 14:06:18 +02:00
2015-07-09 17:57:59 +02:00
2015-03-24 18:19:27 +01:00
2015-07-09 17:57:59 +02:00
2015-07-09 17:57:59 +02:00
2015-03-11 21:45:16 +01:00
2015-07-09 17:57:59 +02:00
2015-03-11 21:45:16 +01:00
2015-09-28 14:06:18 +02:00

BUILDING

Prerequisites for all platforms

  • CMake 2.8.0 or later

Windows (Visual Studio)

  • Start a Visual Studio command prompt then:
    • mkdir build
    • cd build
    • cmake .. -G "NMake Makefiles"
    • nmake

Linux

  • mkdir build
  • cd build
  • cmake ..
  • make
Description
No description provided
Readme 1.6 MiB
Languages
C 99.3%
CMake 0.7%