diff --git a/README b/README index 41541c9..6e08362 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ Compilation - prerequisites This tutorial assumes that build process is performed on Linux 64bit machine (preferably from Debian/Ubuntu family). -sudo apt-get install build-essential autotools-dev python python-setuptools python-stdeb +sudo apt-get install build-essential autotools-dev python python-setuptools python-stdeb python-pip sudo pip install pyinstaller For cross compiling: @@ -53,6 +53,10 @@ Create packages with Python bindings for target platform: make package-python +Create packages with dictionary builder: + +make package-builder + *************** Installation ***************