diff --git a/manual/compiling/index.md b/manual/compiling/index.md index ff6d7b3..25fb9d9 100644 --- a/manual/compiling/index.md +++ b/manual/compiling/index.md @@ -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 %}