From c72f2ad44cbe2fa35ee8f9e465b1c822a5726b06 Mon Sep 17 00:00:00 2001 From: aviau <alexandre@alexandreviau.net> Date: Tue, 7 Jun 2016 12:16:37 -0400 Subject: [PATCH] Document LRC's DRING_XML_INTERFACES_DIR cmake flag Change-Id: I7b18d4925c997ebd7440ca0a0ba2ce17858664eb Tuleap: #688 --- docs/source/compiling_and_installing/lrc.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/compiling_and_installing/lrc.rst b/docs/source/compiling_and_installing/lrc.rst index 78f82af6..c0bb1c6e 100644 --- a/docs/source/compiling_and_installing/lrc.rst +++ b/docs/source/compiling_and_installing/lrc.rst @@ -22,6 +22,7 @@ The following options are often usefull to append to the cmake line: -DRING_BUILD_DIR=<daemon install location> -DCMAKE_INSTALL_PREFIX=<install location> + -DRING_XML_INTERFACES_DIR=<daemon dbus interface definitions directory> -DCMAKE_BUILD_TYPE=<Debug to compile with debug symbols> -DENABLE_VIDEO=<False to disable video support> -- GitLab