d6dd3411d7 | ||
---|---|---|
cmake | ||
doc | ||
osal | ||
oshw | ||
soem | ||
test | ||
CMakeLists.txt | ||
ChangeLog | ||
Doxyfile | ||
README.md | ||
drvcomment.txt |
README.md
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