Opened 12 years ago

Closed 12 years ago

#1720 closed patch (fixed)

Update extensions/README

Reported by: Mike Taves Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: documentation Version: master
Keywords: Cc:

Description

Summary of changes included in the patch:

  • reStructuredText Markup, 80 column text
  • Rewrite several paragraphs
  • Add requirements section
  • Make it clear that --with-raster is required, and that postgis also includes the raster support

Attachments (2)

extensions_README.patch (3.5 KB ) - added by Mike Taves 12 years ago.
README (1.9 KB ) - added by Mike Taves 12 years ago.

Download all attachments as: .zip

Change History (9)

by Mike Taves, 12 years ago

Attachment: extensions_README.patch added

by Mike Taves, 12 years ago

Attachment: README added

comment:1 by strk, 12 years ago

—with-raster is the default now

comment:2 by strk, 12 years ago

I think the explicit "make install" from within extensions/ should not be needed either, but rather "make install" from top-level build dir should do. Did you try ?

comment:3 by Mike Taves, 12 years ago

I recall sometimes seeing make install also build the extension, but not always. I just did a test --without-topology where the extension was not built.

The --with-raster comment is to imply that you cannot use --without-raster.

comment:4 by robe, 12 years ago

strk — correct make install from within extensions is not required. it will build if you are running PostgreSQL 9.1+. Or at least that is what pramsey changed. I'll have to double-check my make script to confirm I'm still not cding into the extension folders to build.

Do we still support a —with-raster? I though its just —without-raster now. guess it doesn't hurt to have both.

Mike did you agree to our terms of commit and aren't you one of us? If so feel free to commit this yourself. I admit I only remember agreeing to a +1 when pramsey brought you up for vote and then some discussion ensued that put me to sleep. When I woke up I wasn't sure what transpired.

comment:5 by Mike Taves, 12 years ago

I can confirm that the extensions do not always build; see: http://trac.osgeo.org/postgis/browser/trunk/configure.ac#L1053

The configure.ac logic requires all of these: ≥91 AND xsltproc AND raster AND topology.

Comments are included with beta4.tar.gz, so xsltproc isn't needed. Also topology doesn't necessary need to be enabled to build the postgis extension. However, I can build these extensions without issues by cd'ing into extensions, make, make install.

I agree to the terms of committees, but I don't have any svn commit privileges. Here is the thread: http://postgis.refractions.net/pipermail/postgis-devel/2012-February/thread.html#18515

comment:6 by strk, 12 years ago

If it is possible to build extension w/out xsltproc and topology we should fix ./configure to allow that.

comment:7 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Anyway, it's an improvement, so committed as r9555

Note: See TracTickets for help on using tickets.