From ef1bdc2f1b721731097a5caf100d8fab4ceb7a99 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 1 Dec 2016 13:54:38 +0100 Subject: [PATCH] Update index.md --- manual/building/index.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/manual/building/index.md b/manual/building/index.md index 25fb9d9..6875580 100644 --- a/manual/building/index.md +++ b/manual/building/index.md @@ -1,15 +1,23 @@ --- layout: default -title: Compiling +title: Building --- # Requirements -Lsyncd depends on Lua 5.1 or greater. that is Lua 5.1, 5.2 or 5.3. For later Lua versions you need an update Lsnycd version. For most distributions you need the liblua??, the liblua??-dev and the lua?? package, with ?? being the Lua version. +## Lua >= 5.1 +Lsyncd depends on Lua 5.1 or greater. that is Lua 5.1, 5.2 or 5.3. For Lua versions beyond 5.1 you need an update Lsnycd version. For most distributions you need to install the liblua??, the liblua??-dev and the lua?? package, with ?? being the respective Lua version. + +## cmake >= 2.8 + +To configure Lsyncd to your system, cmake >= 2.8 is required + +## rsync >= 3.0 +During runtime Lsyncd needs rsync > 3.0 installed both on source and target systems. # Compiling -Building Lsyncd should be a straight forward process. Unpack the downloaded tar.gz file and run: +With these requirements fulfilled building Lsyncd should be a straight forward process. Unpack the downloaded tar.gz file and run: {% highlight shell %} cmake .