https://github.com/tkoolen/crtpdemo
https://github.com/tkoolen/crtpdemo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkoolen/crtpdemo
- Owner: tkoolen
- Created: 2015-08-25T03:50:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T05:31:49.000Z (almost 11 years ago)
- Last Synced: 2025-01-22T03:41:41.246Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Configure:
```
mkdir build
mkdir install
cd build && cmake -DCMAKE_INSTALL_PREFIX=../install .. && cd ..
```
Build:
```
cmake --build build
```
[](https://travis-ci.org/tkoolen/crtpDemo)