Changeset 13690 for main/waeup.kofa/trunk/docs
- Timestamp:
- 13 Feb 2016, 17:45:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/INSTALL.txt
r13270 r13690 48 48 * XML and XSLT development libraries (``libxml2-dev``, ``libxslt1-dev``) 49 49 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 50 54 * enscript (``enscript``) [optional] 51 55 … … 55 59 56 60 $ 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 58 64 59 65 Afterwards you should be able to enter:: … … 63 69 at the commandline and get a Python_ prompt. Quit the interpreter 64 70 pressing <CTRL-D>. 71 72 The above packages have been tested to be sufficient for running Kofa 73 on Ubuntu 14.04. We check this with Docker images created at 74 75 https://github.com/WAeUP/kofa-docker 76 77 This project provides tags that refer to certain Kofa versions. 78 79 Please note: to make freetype2 work correctly with Kofa [#]_, you have to 80 fix a link:: 81 82 (root) $ ln -s /usr/include/freetype2 /usr/include/freetype2/freetype 83 84 65 85 66 86 … … 465 485 .. _Zope: http://www.zope.org/ 466 486 .. _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.