~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to doc/developers.rst

  • Committer: Olivier Tilloy
  • Date: 2011-10-22 19:00:59 UTC
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: olivier.tilloy@canonical.com-20111022190059-edqymrecueffa5ge
Updated references to the latest supported version of Python in the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  scons: Reading SConscript files ...
72
72
  scons: done reading SConscript files.
73
73
  scons: Building targets ...
74
 
  g++ -o build/exiv2wrapper.os -c -fPIC -I/usr/include/python2.6 src/exiv2wrapper.cpp
75
 
  g++ -o build/exiv2wrapper_python.os -c -fPIC -I/usr/include/python2.6 src/exiv2wrapper_python.cpp
 
74
  g++ -o build/exiv2wrapper.os -c -fPIC -I/usr/include/python2.7 src/exiv2wrapper.cpp
 
75
  g++ -o build/exiv2wrapper_python.os -c -fPIC -I/usr/include/python2.7 src/exiv2wrapper_python.cpp
76
76
  g++ -o build/libexiv2python.so -shared build/exiv2wrapper.os build/exiv2wrapper_python.os -lboost_python -lexiv2
77
77
  scons: done building targets.
78
78
 
114
114
  makensis win32-installer.nsi
115
115
 
116
116
This will generate a ready-to-distribute installer executable named
117
 
``pyexiv2-0.2-setup.exe``.
 
117
``pyexiv2-0.3-setup.exe``.
118
118
 
119
119
Documentation
120
120
#############