Skip to content
This repository was archived by the owner on Aug 4, 2019. It is now read-only.

Commit 4fe4a1a

Browse files
committed
Merge pull request #37 from Sam-Serpoosh/README-dependencies
Add a clear 'Dependencies' section in the README
2 parents ab6c6f6 + b15adf1 commit 4fe4a1a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@ database operations, and X-Forwarded-For parsing code. This library
88
will supply everything needed to implement Repsheet in any
99
program. 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

1324
You 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
1827
installed, you can run the following to build and install librepsheet:
1928

2029
```sh

0 commit comments

Comments
 (0)