Update README.leveldb
authorMaran H. <maran.hidskes@gmail.com>
Sun, 28 Apr 2013 10:04:19 +0000 (13:04 +0300)
committerMaran H. <maran.hidskes@gmail.com>
Sun, 28 Apr 2013 10:04:19 +0000 (13:04 +0300)
Added instructions for the installing through apt on 12.04

README.leveldb

index b812013..036f63c 100644 (file)
@@ -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