Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Change install directories and set correct permissions | Sander Vrijders | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | | This sets the correct install directories for all the binaries, library and header files. It also sets the right permissions on the sockets and shared memory so that regular users can also use the ouroboros library. Root privileges are required to run the irmd. Fixes #7 | ||||
* | tools: Simple echo application | Sander Vrijders | 2016-03-21 | 1 | -0/+16 |
This adds a simple echo application written to show application how to use the API. It also updates the dev.h header file with the insights gained from performing this excercise. |