Changes between Version 2 and Version 3 of Installing/Source


Ignore:
Timestamp:
07/15/2009 03:10:01 AM (15 years ago)
Author:
andar
Comment:

Include the DEPENDS file for the dependencies

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Source

    v2 v3  
    1111Along with the following packages, you will also need to install the appropriate build tools provided by your OS. 
    1212 
    13 {{{ 
    14 Core: 
    15   python >= 2.5 
    16   boost >= 1.34.1 
    17   openssl 
    18   zlib 
    19   twisted 
    20   twisted-web 
    21   pyopenssl 
    22   simplejson (if python < 2.6) 
    23   setuptools 
    24   gettext 
    25  
    26 Gtk: 
    27   dbus-python 
    28   python-notify (libnotify python wrapper) 
    29   pygame 
    30   pygtk >= 2.10 
    31   librsvg 
    32   chardet 
    33  
    34 Web: 
    35   mako 
    36 }}} 
     13[[Include(source:trunk/DEPENDS, text/x-trac-wiki)]] 
    3714 
    3815== Building and Installing ==