[geos-devel] GEOS-3.0.0rc2
strk at refractions.net
strk at refractions.net
Mon Nov 6 12:10:20 EST 2006
On Mon, Nov 06, 2006 at 09:01:53AM -0800, Paul Ramsey wrote:
> My precise release steps are:
>
> svn export http://svn.refractions.net/geos/tags/[thetag]
> ./autogen
> ./configure
> make dist
> untar dist tarball
> ./configure
> make
> make check
>
> If everything works "ok" as far as I can quickly tell visually, I
> then copy to the web site.
You can follow this procedure:
svn export ...[thetag]
./autogen
./configure
make distcheck
The 'distcheck' rule will automatically do the following steps
and it would fail if anything wrong happens, even when
"invisible" visually.
--strk;
More information about the geos-devel
mailing list