Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 337 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 337 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 $ cmake .. $ make