summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-09-06 17:27:38 +0200
committerLinus Nordberg <linus@nordu.net>2017-09-06 17:27:38 +0200
commitdb5ff1d65f5b07beb34e288b067a39886ec91706 (patch)
tree1a849fb6d627cd14edc82783be2bf281f4fa18ba /README.md
parentf0f24939e5100c9b42ce782d55f87161caf8739e (diff)
Add install target.
Make default PREFIX absolute, for being useful in subdirectories too. Stop rm -rf $(INSTDIR), for being less dangerous.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index af5e4fb..de745ae 100644
--- a/README.md
+++ b/README.md
@@ -34,20 +34,21 @@ needed:
- A compiled https://github.com/benoitc/hackney.git (http client) in
../hackney
-- nettle-dev, libbsd-dev, librhash-dev (for using the permdb backend)
+- Debian packages nettle-dev, libbsd-dev, librhash-dev, libpython-dev
+ (for using the permdb backend)
Note: hackney is dependent on rebar, but doesn't include one. You can
use the rebar from lager by adding "REBAR=../lager/rebar" to the make
command line, or install rebar yourself.
In order to perform merge operations, the following software packages
-are needed: python-ecdsa, python-yaml.
+are needed (Debian): python-ecdsa, python-yaml.
In order to use the tools for submitting certificates, the following
-software packages are needed: python-pyasn1, unzip.
+software packages are needed (Debian): python-pyasn1, unzip.
-In order to run the tests, the following software packagess are
-needed: curl.
+In order to run the tests, the following software packagess are needed
+(Debian): curl.
# Compile