lsyncd/manual/compiling/index.md

12 lines
183 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:
```shell
cmake .
make
sudo make install
```