Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.19 KB

README.rst

File metadata and controls

52 lines (34 loc) · 1.19 KB

spawn

spawn is a daemon which provides services to other daemons wishing to spawn child processes

For more information, read the manual in the doc directory.

Building spawn

You need:

Optional dependencies:

Get the source code:

git clone --recursive https://github.com/CM4all/spawn.git

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies, run:

dpkg-buildpackage -rfakeroot -b -uc -us