From 7a9ef5d9e4ce79b11cf87e5ed8c0a71c5441cf45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20J=2E=20Peters?= Date: Wed, 12 Sep 2018 13:56:38 +0200 Subject: [PATCH] Update INSTALL.md as requested in https://github.com/openv/vcontrold/issues/34 --- doc/INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 9c96b834..a2f7bc5a 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -1,6 +1,10 @@ # Building via cmake -The Package can be built with the normal cmake procedure. Simply execute the following steps in your source directory: +The `vcontrold` package depends on `libxml2`. + +For the build process on \*nix machines, usually the `libxml2-dev` package is needed. To get the documentation converted from Restructured Text (similar to Markdown) to the format used by `man`, the `rst2man` utility has to be installed. + +The package can be built with the normal cmake procedure. Simply execute the following steps in your source directory: ``` mkdir build