X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=README.leveldb;h=036f63c115ae078b3457e3716c4661f257dd8c76;hb=c975c94146a9f28eb6abdaa074291c79ac75a1bc;hp=b8120137efac3da84b6996903a9239a7aa4a4ec8;hpb=d375c46aacb6dc01fc2011f9889dcbb440d817f1;p=electrum-server.git diff --git a/README.leveldb b/README.leveldb index b812013..036f63c 100644 --- a/README.leveldb +++ b/README.leveldb @@ -20,6 +20,11 @@ __________________________________________________________ 2. Install python-leveldb: +Starting at Ubuntu 12.10 you can use apt to install leveldb. If you +rather stay on 12.04 LTS you can use the backport and add +"deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe" +to your sources file. Install the package with: + sudo apt-get install python-leveldb alternatively build yourself, see