mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-19 11:35:16 +00:00
12 lines
183 B
Markdown
12 lines
183 B
Markdown
|
---
|
||
|
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
|
||
|
```
|