From 2ebb9a4a4a63297a1fb2536806f81d25a298908c Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 16 Nov 2014 10:37:17 +0000 Subject: [PATCH] mention what to do on debian wheezy --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6a0bcbe..da4d629 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,15 @@ update the package sources, and install the `liber` package: $ sudo apt-get update $ sudo apt-get install liber +*Note*: on Debian Wheezy, you will need to install the `libleveldb1` +package from the backports repository (see the +[Debian backports website](http://backports.debian.org/) for +instructions on how to set that up) before running the commands +mentioned above: + + $ apt-get install -t wheezy-backports libleveldb1 + + ### Build from source The source has a few dependencies: -- GitLab