Changeset 13690


Ignore:
Timestamp:
13 Feb 2016, 17:45:59 (9 years ago)
Author:
uli
Message:

Update install instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/INSTALL.txt

    r13270 r13690  
    4848* XML and XSLT development libraries (``libxml2-dev``, ``libxslt1-dev``)
    4949
     50* Other helper libraries, especially for image processing support
     51  (``zlib1g-dev``, ``libssl-dev``, ``libffi-dev``, ``libjpeg-dev``,
     52  ``libfreetype6-dev``, ``libtiff-dev`` ``libopenjpeg-dev``)
     53
    5054* enscript (``enscript``) [optional]
    5155
     
    5559
    5660  $ sudo apt-get install python2.7 python2.7-dev subversion \
    57                          build-essential enscript libxml2-dev libxslt1-dev
     61                         build-essential enscript libxml2-dev libxslt1-dev \
     62                         zlib1g-dev libssl-dev libffi-dev libjpeg-dev \
     63                         libfreetype6-dev libtiff-dev libopenjpeg-dev
    5864
    5965Afterwards you should be able to enter::
     
    6369at the commandline and get a Python_ prompt. Quit the interpreter
    6470pressing <CTRL-D>.
     71
     72The above packages have been tested to be sufficient for running Kofa
     73on Ubuntu 14.04. We check this with Docker images created at
     74
     75   https://github.com/WAeUP/kofa-docker
     76
     77This project provides tags that refer to certain Kofa versions.
     78
     79Please note: to make freetype2 work correctly with Kofa [#]_, you have to
     80fix a link::
     81
     82  (root) $  ln -s /usr/include/freetype2 /usr/include/freetype2/freetype
     83
     84
    6585
    6686
     
    465485.. _Zope: http://www.zope.org/
    466486.. _zc.buildout: http://cheeseshop.python.org/pypi/zc.buildout
     487.. [#] Strictly speaking, this link fix is required by ``Pillow``, a
     488   library used by Kofa to provide higher-level image processing.
Note: See TracChangeset for help on using the changeset viewer.