Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 367 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 367 Bytes

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