summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Schubert <feartohell@seznam.cz>2015-05-09 12:58:40 +0200
committerAdam Schubert <feartohell@seznam.cz>2015-05-09 12:58:40 +0200
commitcaf11c8b048cf0acb1ddd4ef1861c7d84e870d2a (patch)
tree776170415ddecac8560c9c35ac1d1a372c6c06f9 /README.md
parent6abfe524044bbf068d789411963a4b0dbb981500 (diff)
downloadlibrsync-caf11c8b048cf0acb1ddd4ef1861c7d84e870d2a.tar.gz
Added info into README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 3 insertions, 15 deletions
diff --git a/README.md b/README.md
index 4ebe8b4..94a3cbf 100644
--- a/README.md
+++ b/README.md
@@ -56,25 +56,13 @@ To build librsync you will need:
Available from http://rpm5.org/files/popt/
-* automake, libtool, and autoconf
+* cmake
## Compiling
-If you're building from a git tree you must first create the autoconf files:
+Generate Makefile by running
- $ ./autogen.sh
-
-To build and test librsync then do
-
- $ ./configure
- $ make all check
-
-You can also do what's called a `VPATH` build, where the build products are
-kept separate from the source tree:
-
- $ mkdir _build # for example
- $ cd _build
- $ ../configure && make check
+ $ cmake CMakeList.txt
After building you can install `rdiff` and `librsync` for system-wide use. The
destination is controlled by `--prefix` and related options to `./configure`.