From 76d893521ae54fdd84faf14842fb760514ab3651 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 1 Dec 2016 13:55:45 +0100 Subject: [PATCH] Update index.md --- manual/building/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/building/index.md b/manual/building/index.md index 6875580..e35c199 100644 --- a/manual/building/index.md +++ b/manual/building/index.md @@ -3,19 +3,19 @@ layout: default title: Building --- -# Requirements +## Requirements -## Lua >= 5.1 +### 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 +### cmake >= 2.8 To configure Lsyncd to your system, cmake >= 2.8 is required -## rsync >= 3.0 +### rsync >= 3.0 During runtime Lsyncd needs rsync > 3.0 installed both on source and target systems. -# Compiling +## Compiling With these requirements fulfilled building Lsyncd should be a straight forward process. Unpack the downloaded tar.gz file and run: