Enrico Olivelli created ZOOKEEPER-4483: ------------------------------------------
Summary: C Client: Document dependencies needed on Ubuntu Key: ZOOKEEPER-4483 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4483 Project: ZooKeeper Issue Type: Task Components: c client Reporter: Enrico Olivelli Every time I try to build the C client on a fresh new Ubuntu machine I waste lot of time in figuring out the list of dependencies. This is the command that allows me to run correctly the C Client build and tests: {code:java} sudo apt-get install libcppunit-dev libsasl2-dev automake autoconf pkg-config{code} -- This message was sent by Atlassian Jira (v8.20.1#820001)