Skip to content

Commit

Permalink
doc: add missing dependencies to README
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ryan <[email protected]>
  • Loading branch information
mikeryan-inktank committed Jul 19, 2012
1 parent e3349a2 commit 58cd27f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ To build the source code, you must install the following:
- libfuse-dev
- linux-kernel-headers
- libcrypto++-dev
- libaio-dev
- libgoogle-perftools-dev
- libkeyutils-dev


For example:

$ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev
$ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev

0 comments on commit 58cd27f

Please sign in to comment.