From e41f5c09a0d45b55ab9eac30ef12d6b8468b1f72 Mon Sep 17 00:00:00 2001
From: Zbigniew Gawłowicz <zgawlowicz@gmail.com>
Date: Wed, 25 Jul 2018 17:45:43 +0000
Subject: [PATCH] brakujące pakiety na czystym systemie

---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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:
--
libgit2 0.22.2