Fix README

This commit is contained in:
Přemysl Eric Janouch 2015-09-27 02:10:19 +02:00
parent df5b7ad71a
commit 98bbea72d2
1 changed files with 3 additions and 5 deletions

8
README
View File

@ -29,11 +29,9 @@ Build dependencies: CMake, pkg-config, help2man, libmagic,
liberty (included), http-parser (included)
Runtime dependencies: libev, Jansson
$ git clone https://github.com/pjanouch/acid.git
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ git clone --recursive https://github.com/pjanouch/acid.git
$ mkdir acid/build
$ cd acid/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make