~ubuntu-branches/debian/squeeze/redland-bindings/squeeze

« back to all changes in this revision

Viewing changes to INSTALL.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
<dd><p>Set the linker flags for linking Python.  This can also be
149
149
done by setting the environment variable <code>PYTHON_LDFLAGS</code>.
150
150
If neither is set, <code>configure</code> will guess an appropriate
151
 
set for the current system.
152
 
</p></dd>
 
151
set for the current system.  Cygwin example:</p>
 
152
<pre>
 
153
  -with-python-ldflags='-shared -L/usr/lib/python2.5/config -lpython2.5'
 
154
</pre>
 
155
</dd>
 
156
 
 
157
<dt><code>--with-python-libext</code>=<em>.EXT</em><br /></dt>
 
158
<dd><p>Set the python shared library link extension (default <code>.so</code>).
 
159
Useful on systems where .so does not work as a shared library extension.
 
160
Cygwin example:</p>
 
161
<pre>
 
162
  -with-python-libext=.dll
 
163
</pre>
 
164
</dd>
153
165
 
154
166
<dt><code>--with-redland=</code> <code>system</code> or <code>internal</code><br /></dt>
155
167
<dd><p>
257
269
 
258
270
<hr />
259
271
 
260
 
<p>Copyright (C) 2004-2007 <a href="http://purl.org/net/dajobe/">Dave Beckett</a><br />Copyright (C) 2004-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
 
272
<p>Copyright (C) 2004-2008 <a href="http://www.dajobe.org/">Dave Beckett</a><br />Copyright (C) 2004-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
261
273
 
262
274
</body>
263
275
</html>