Commit 7351ce74be1e02aa04e62434f44deb261c2601fe

Authored by Michał Lenart
1 parent 3925ed98

poprawka w README

git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@146 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing 1 changed file with 5 additions and 1 deletions
@@ -5,7 +5,7 @@ Compilation - prerequisites @@ -5,7 +5,7 @@ Compilation - prerequisites
5 5
6 This tutorial assumes that build process is performed on Linux 64bit machine (preferably from Debian/Ubuntu family). 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 8 +sudo apt-get install build-essential autotools-dev python python-setuptools python-stdeb python-pip
9 sudo pip install pyinstaller 9 sudo pip install pyinstaller
10 10
11 For cross compiling: 11 For cross compiling:
@@ -53,6 +53,10 @@ Create packages with Python bindings for target platform: @@ -53,6 +53,10 @@ Create packages with Python bindings for target platform:
53 53
54 make package-python 54 make package-python
55 55
  56 +Create packages with dictionary builder:
  57 +
  58 +make package-builder
  59 +
56 *************** 60 ***************
57 Installation 61 Installation
58 *************** 62 ***************