| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This makes the install scripts OS agnostic, since env is used to call
bash, which just uses looks for bash in the path.
|
|
|
|
|
|
| |
The installation prefix was taking a trailing backslash, while it is
common not to do so. Fixed it so that any trailing backslash is
removed by the compilation and installation scripts.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
The release build was being installed sandboxed. Now it is installed
system-wide.
|
| |
|
|
This adds the functionality to create and destroy IPCPs. Upon creation
a new process is forked and execve'd. Upon destruction the IPCP is
destroyed by killing it with SIGTERM.
|