mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-15 09:34:05 +00:00
12 lines
211 B
Markdown
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 %}
|