-
Notifications
You must be signed in to change notification settings - Fork 11
Building
Frank Earl edited this page Dec 12, 2019
·
1 revision
Building is straightforward thanks to our using CMake to assemble things for us and everything being largely self-contained in the source tree for the apps.
In tree build:
cd
cmake .
make
That's it.
Out of tree build:
mkdir <build_dir>
cd <build_dir>
cmake <path_to_runit>
make
Again, that's it.
About runit:
Benefits
Frequently Asked Questions (FAQ)
Building runit:
Setting up runit:
Replacing Init
Running WITH Init
Runlevels
Service Dependencies
Execution Modifiers
Using runit commands:
runit
runit-init
sv
runsvdir
runsvchdir
runsv
svlogd
chpst
utmpset