Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 295 Bytes

All your base are belong to us

Building:

  • Windows: open build\vc\Base.sln, build using VC++ 2010 Express (Windows CMake build forthcoming)
  • MacOS:
    • Install CMake from http://www.cmake.org/
    • cd ~/path/to/base
    • mkdir bin
    • cd bin
    • cmake /path/to/base
    • make
    • ./test/runtests