diff --git a/README b/README
index 08aa1e8..a7b17a3 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 python-pip python-all-dev python-pyparsing devscripts libcppunit-dev acl
+sudo apt-get install cmake zip build-essential autotools-dev python python-setuptools python-stdeb python-pip python-all-dev python-pyparsing devscripts libcppunit-dev acl
 sudo pip install pyinstaller
 
 For cross compiling:
@@ -22,7 +22,7 @@ For Java and Python bindings:
 -----------------------------
 sudo apt-get install default-jdk swig python3-all-dev python3-stdeb
 
-Ubuntu 16.04 has buggy swig 3.0, so choose swig2.0 instead.
+Ubuntu 16.04 has buggy swig 3.0, so choose swig2.0 instead. (sudo apt-get install swig2.0)
 
 
 Java and Python bindings with cross-compilation support: