Update index.md

This commit is contained in:
Axel Kittenberger 2016-12-01 13:55:45 +01:00 committed by GitHub
parent ef1bdc2f1b
commit 76d893521a
1 changed files with 5 additions and 5 deletions

View File

@ -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: