Mailing List Archive

r24 - in trunk/varnish-cache: . bin bin/varnishd include lib lib/libvarnish lib/libvarnishapi
des at projects.linpro.no writes:
> Added:
> trunk/varnish-cache/Makefile.am
> trunk/varnish-cache/autogen.sh
> trunk/varnish-cache/bin/
> trunk/varnish-cache/bin/Makefile.am
> trunk/varnish-cache/bin/varnishd/
> trunk/varnish-cache/bin/varnishd/Makefile.am
> trunk/varnish-cache/bin/varnishd/varnishd.c
> trunk/varnish-cache/configure.ac
> trunk/varnish-cache/include/
> trunk/varnish-cache/include/Makefile.am
> trunk/varnish-cache/include/varnishapi.h
> trunk/varnish-cache/lib/
> trunk/varnish-cache/lib/Makefile.am
> trunk/varnish-cache/lib/libvarnish/
> trunk/varnish-cache/lib/libvarnish/Makefile.am
> trunk/varnish-cache/lib/libvarnishapi/
> trunk/varnish-cache/lib/libvarnishapi/Makefile.am
> Log:
> Source tree structure as agreed.

To build, first make sure you have GNU autotools installed (FreeBSD:
devel/gnu-autoconf, devel/gnu-automake, devel/gnu-libtool). Check out
the sources, run autogen.sh to generate the configure script, then
configure && make && make install as usual.

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no
r24 - in trunk/varnish-cache: . bin bin/varnishd include lib lib/libvarnish lib/libvarnishapi [ In reply to ]
des at projects.linpro.no writes:
> Added:
> trunk/varnish-cache/Makefile.am
> trunk/varnish-cache/autogen.sh
> trunk/varnish-cache/bin/
> trunk/varnish-cache/bin/Makefile.am
> trunk/varnish-cache/bin/varnishd/
> trunk/varnish-cache/bin/varnishd/Makefile.am
> trunk/varnish-cache/bin/varnishd/varnishd.c
> trunk/varnish-cache/configure.ac
> trunk/varnish-cache/include/
> trunk/varnish-cache/include/Makefile.am
> trunk/varnish-cache/include/varnishapi.h
> trunk/varnish-cache/lib/
> trunk/varnish-cache/lib/Makefile.am
> trunk/varnish-cache/lib/libvarnish/
> trunk/varnish-cache/lib/libvarnish/Makefile.am
> trunk/varnish-cache/lib/libvarnishapi/
> trunk/varnish-cache/lib/libvarnishapi/Makefile.am
> Log:
> Source tree structure as agreed.

To build, first make sure you have GNU autotools installed (FreeBSD:
devel/gnu-autoconf, devel/gnu-automake, devel/gnu-libtool). Check out
the sources, run autogen.sh to generate the configure script, then
configure && make && make install as usual.

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no
r24 - in trunk/varnish-cache: . bin bin/varnishd include lib lib/libvarnish lib/libvarnishapi [ In reply to ]
des at linpro.no (Dag-Erling Sm?rgrav) writes:
> To build, first make sure you have GNU autotools installed (FreeBSD:
> devel/gnu-autoconf, devel/gnu-automake, devel/gnu-libtool). Check out
> the sources, run autogen.sh to generate the configure script, then
> configure && make && make install as usual.

I forgot to add that the recommended configure command line for
developers is the following:

$ ./configure --enable-pedantic --enable-wall --enable-werror \
--enable-dependency-tracking

I need to get this all written down in the wiki...

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no
r24 - in trunk/varnish-cache: . bin bin/varnishd include lib lib/libvarnish lib/libvarnishapi [ In reply to ]
des at linpro.no (Dag-Erling Sm?rgrav) writes:
> To build, first make sure you have GNU autotools installed (FreeBSD:
> devel/gnu-autoconf, devel/gnu-automake, devel/gnu-libtool). Check out
> the sources, run autogen.sh to generate the configure script, then
> configure && make && make install as usual.

I forgot to add that the recommended configure command line for
developers is the following:

$ ./configure --enable-pedantic --enable-wall --enable-werror \
--enable-dependency-tracking

I need to get this all written down in the wiki...

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no