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