Commit e41f5c09a0d45b55ab9eac30ef12d6b8468b1f72

Authored by Zbigniew Gawłowicz
Committed by Marcin Woliński
1 parent f7860731

brakujące pakiety na czystym systemie

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -5,7 +5,7 @@ Compilation - prerequisites
5 5  
6 6 This tutorial assumes that build process is performed on Linux 64bit machine (preferably from Debian/Ubuntu family).
7 7  
8   -sudo apt-get install build-essential autotools-dev python python-setuptools python-stdeb python-pip python-all-dev python-pyparsing devscripts libcppunit-dev acl
  8 +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
9 9 sudo pip install pyinstaller
10 10  
11 11 For cross compiling:
... ... @@ -22,7 +22,7 @@ For Java and Python bindings:
22 22 -----------------------------
23 23 sudo apt-get install default-jdk swig python3-all-dev python3-stdeb
24 24  
25   -Ubuntu 16.04 has buggy swig 3.0, so choose swig2.0 instead.
  25 +Ubuntu 16.04 has buggy swig 3.0, so choose swig2.0 instead. (sudo apt-get install swig2.0)
26 26  
27 27  
28 28 Java and Python bindings with cross-compilation support:
... ...