Update index.md

This commit is contained in:
Axel Kittenberger 2016-12-01 13:46:45 +01:00 committed by GitHub
parent 6e0ce00aa4
commit 5e5bf9e5d3
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
layout: default
title: Compiling
---
# 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.
# Compiling
Building Lsyncd should be a straight forward process. Unpack the downloaded tar.gz file and run:
{% highlight shell %}