lsyncd/manual/compiling/index.md

12 lines
211 B
Markdown
Raw Normal View History

2016-06-05 17:30:10 +00:00
---
layout: default
title: Compiling
---
Building Lsyncd should be a straight forward process. Unpack the downloaded tar.gz file and run:
2016-06-08 07:01:58 +00:00
{% highlight shell %}
2016-06-05 17:30:10 +00:00
cmake .
make
sudo make install
2016-06-08 07:01:58 +00:00
{% endhighlight %}