readme
This commit is contained in:
parent
8e7bb8815c
commit
39ea0437df
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -17,11 +17,6 @@ or SixSS (https://sixxs.net).
|
||||||
Development
|
Development
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
On Linux you need to always install PIL, pyhon-lxml and poppler-utils:
|
|
||||||
|
|
||||||
apt-get install python-imaging python-lxml poppler-utils
|
|
||||||
|
|
||||||
|
|
||||||
Now checkout the source and prepare for use:
|
Now checkout the source and prepare for use:
|
||||||
|
|
||||||
mkdir client
|
mkdir client
|
||||||
|
@ -39,11 +34,16 @@ To update to latest version:
|
||||||
|
|
||||||
./ctl update
|
./ctl update
|
||||||
|
|
||||||
|
On Linux you need a working python2 installation with PIL, pyhon-lxml and poppler-utils:
|
||||||
|
|
||||||
|
apt-get install python2.7 python-imaging python-lxml poppler-utils
|
||||||
|
|
||||||
|
|
||||||
Platform
|
Platform
|
||||||
----------
|
----------
|
||||||
|
|
||||||
If you install Open Media Library on a architecture thats not directly supported,
|
If you install Open Media Library on a architecture that is currently not upported,
|
||||||
you need a working python 2.7.x installation and the following packages:
|
you need a working python 2.7 installation and the following packages:
|
||||||
|
|
||||||
apt-get install \
|
apt-get install \
|
||||||
python-pypdf python-stdnum python-html5lib python-chardet python-openssl \
|
python-pypdf python-stdnum python-html5lib python-chardet python-openssl \
|
||||||
|
|
Loading…
Reference in a new issue