Changes between Version 9 and Version 10 of Python_SIP/Build_Install


Ignore:
Timestamp:
Jul 24, 2008 12:41:34 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Build_Install

    v9 v10  
    1616 
    1717 1. '''Python''': this normally should have been installed on every Linux. 
    18  1. '''Python development package''', to build the C extension. This might be called {{{python-devel}}} (e.g. on Fedora) or {{{python2.4-dev}}} (e.g. on Ubuntu). 
     18 1. '''Python development package''', to build the C extension. This might be called {{{python-devel}}} (e.g. on Fedora) or {{{python2.4-dev}}} or {{{python2.5-dev}}} (e.g. on Ubuntu). 
    1919 
    2020==== Building the Module ====