From 54b48f72d33d634796d8f8f6ad32607673eca8e1 Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Fri, 26 Feb 2016 18:09:28 +0100 Subject: [PATCH] Updated System configuration (markdown) --- System-configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System-configuration.md b/System-configuration.md index ca42c7a..570adb5 100644 --- a/System-configuration.md +++ b/System-configuration.md @@ -101,6 +101,8 @@ Installation steps are equal for both worker and broker. Following guide is for Note that `rpm` and `deb` packages are build in the same time. You may need to have `rpmbuild` command (usually as `rpmbuild` or `rpm` package) or edit CPACK_GENERATOR variable _CMakeLists.txt_ file in root of source code tree. - Install generated package through your package manager (`yum`, `dnf`, `dpkg`). +_Note:_ If you don't want to generate binary packages, you can just install the project with `make install` (as root). But installation through your distribution's package manager is preferred way to keep your system clean and manageable in long term horizon. + ### Compilers