From 9f58a47e08ee435897ad48d972ca5b35aea91668 Mon Sep 17 00:00:00 2001 From: gnehzuil Date: Sat, 20 Oct 2012 16:31:24 +0800 Subject: [PATCH] Update README.markdown file to provide some links for user. --- Makefile.am | 2 +- README.markdown | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 02cd9158..3d1a8caa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ INTLTOOL = \ intltool-merge.in \ intltool-update.in -EXTRA_DIST = install-sh $(INTLTOOL) web debian/seafile.desktop +EXTRA_DIST = install-sh $(INTLTOOL) web debian/seafile.desktop README.markdown DISTCLEANFILES = \ intltool-extract.in \ diff --git a/README.markdown b/README.markdown index b3a3e936..2aa590df 100644 --- a/README.markdown +++ b/README.markdown @@ -39,6 +39,25 @@ The following packages are required to build seafile: libccnet >= 0.9.3 libmysqlclient-dev libzdb >= 2.10.2 + libevhtp >= 0.3.0 + libevent-dev + uuid-dev + libsqlite-dev + libssl-dev + +libsearpc tarball can be downloaded from this link: + https://github.com/downloads/haiwen/libsearpc/libsearpc-1.0.1.tar.gz + +libccnet tarball can be downloaded from this link: + https://github.com/downloads/haiwen/ccnet/ccnet-1.0.0.tar.gz + +libzdb tarball can be downloaded from this link: + http://www.tildeslash.com/libzdb/dist/libzdb-2.10.5.tar.gz + +libevhtp tarball can be downloaded from this link: + https://github.com/downloads/ellzey/libevhtp/libevhtp-0.3.0.tar.gz + +Other programs can be installed from apt-get or yum tools in linux. Compile =======