Fix README
This commit is contained in:
parent
df5b7ad71a
commit
98bbea72d2
8
README
8
README
|
@ -29,11 +29,9 @@ Build dependencies: CMake, pkg-config, help2man, libmagic,
|
||||||
liberty (included), http-parser (included)
|
liberty (included), http-parser (included)
|
||||||
Runtime dependencies: libev, Jansson
|
Runtime dependencies: libev, Jansson
|
||||||
|
|
||||||
$ git clone https://github.com/pjanouch/acid.git
|
$ git clone --recursive https://github.com/pjanouch/acid.git
|
||||||
$ git submodule init
|
$ mkdir acid/build
|
||||||
$ git submodule update
|
$ cd acid/build
|
||||||
$ mkdir build
|
|
||||||
$ cd build
|
|
||||||
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue