From 9058e2ab434ac7df980ef123b4abc3a0a19c3462 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Sun, 21 Sep 2014 17:24:49 +0200 Subject: [PATCH] Update development instructions. pyasn1 is now required --- download.html | 4 ++-- download.html.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/download.html b/download.html index f23b23f..340a573 100644 --- a/download.html +++ b/download.html @@ -164,7 +164,7 @@

Development version

Dependencies: python, qt, pyqt, gettext, ecdsa, slowaes. On Ubuntu you can install the dependencies with:

-sudo apt-get install python-pip python-qt4 pyqt4-dev-tools
+sudo apt-get install python-pip python-pyasn1 python-qt4 pyqt4-dev-tools
 sudo pip install ecdsa slowaes

Check out the code from Github

@@ -173,7 +173,7 @@

Development version

Compile the icons

-pyrcc4 icons.qrc -o gui/icons_rc.py
+pyrcc4 icons.qrc -o gui/qt/icons_rc.py

Create translations

 python mki18n.py
diff --git a/download.html.template b/download.html.template index f351e87..ee878ab 100644 --- a/download.html.template +++ b/download.html.template @@ -164,7 +164,7 @@

Dependencies: python, qt, pyqt, gettext, ecdsa, slowaes. On Ubuntu you can install the dependencies with:

-sudo apt-get install python-pip python-qt4 pyqt4-dev-tools
+sudo apt-get install python-pip python-pyasn1 python-qt4 pyqt4-dev-tools
 sudo pip install ecdsa slowaes

Check out the code from Github