Ignore:
Timestamp:
28 Dec 2014, 12:30:24 (10 years ago)
Author:
uli
Message:

Tell about libssl requirement.

File:
1 edited

Legend:

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

    r12060 r12332  
    4646* XML and XSLT development libraries (``libxml2-dev``, ``libxslt1-dev``)
    4747
    48 * The "Foreign Function Interface Library" (FFI, ``libffi-dev``) because
    49   it is needed by the paypal Python SDK
     48* The "Foreign Function Interface Library" (FFI, ``libffi-dev``) and openssl
     49  libs (``libssl-dev``) because they are needed by the paypal Python SDK
    5050
    5151* enscript (``enscript``) [optional]
     
    5757  $ sudo apt-get install python2.7 python2.7-dev subversion \
    5858                         build-essential enscript libxml2-dev libxslt1-dev \
    59                          libffi-dev
     59                         libffi-dev libssl-dev
    6060
    6161Afterwards you should be able to enter::
Note: See TracChangeset for help on using the changeset viewer.