From db5ff1d65f5b07beb34e288b067a39886ec91706 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 6 Sep 2017 17:27:38 +0200 Subject: Add install target. Make default PREFIX absolute, for being useful in subdirectories too. Stop rm -rf $(INSTDIR), for being less dangerous. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.1