lsyncd/manual/compiling/index.md
2016-06-08 09:01:58 +02:00

12 lines
211 B
Markdown

---
layout: default
title: Compiling
---
Building Lsyncd should be a straight forward process. Unpack the downloaded tar.gz file and run:
{% highlight shell %}
cmake .
make
sudo make install
{% endhighlight %}