naver / arcus-zookeeper

ZooKeeper fork for ARCUS
Apache License 2.0
7 stars 12 forks source link

DOC: added C build dependency in README.md #28

Closed SuhwanJang closed 3 years ago

SuhwanJang commented 3 years ago

zookeeper C README(https://github.com/SuhwanJang/arcus-zookeeper/blob/arcus-3.5.9/zookeeper-client/zookeeper-client-c/README) 에서 안내하는 C build dependency 와 build-faq 문서 링크를 README.md 에 추가하였습니다.

autoconf 2.59 or higher version :

3) change directory to zookeeper-client/zookeeper-client-c and do a "autoreconf -if" 
to bootstrap autoconf, automake and libtool. Please make sure you have autoconf version 2.59 or greater installed.

cppunit 1.11 or higher version :

 5) do a "make" or "make install" to build the libraries and install them.
    Alternatively, you can also build and run a unit test suite (and
    you probably should).  Please make sure you have cppunit-1.10.x or
    higher installed before you execute step 4.

PR 적용 문서 : https://github.com/SuhwanJang/arcus-zookeeper/tree/arcus-3.5.9