This repository was archived by the owner on Aug 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,22 @@ database operations, and X-Forwarded-For parsing code. This library
88will supply everything needed to implement Repsheet in any
99program. The current targets are the Apache and NGINX web servers.
1010
11+ ## Dependencies
12+
13+ To install ` librepsheet ` from source, you will need:
14+
15+ - automake
16+ - autoconf
17+ - libtool
18+
19+ And in order to run the ** tests** , you will need the ` check ` library.
20+
21+
1122## Installation
1223
1324You can install librepsheet using the Debian and RedHat packages
14- provided with the official release. To install librepsheet from source
15- you will need automake, autoconf, and libtool. The check library is
16- necessary if you want to run the test suite. To use the library you
17- will need a Redis server available. Once you have the dependencies
25+ provided with the official release. To use the library you
26+ will need a ** Redis server** available. Once you have the dependencies
1827installed, you can run the following to build and install librepsheet:
1928
2029``` sh
You can’t perform that action at this time.
0 commit comments