Fwd: Re: [Dillo-dev] New CVS directions page
On Fri, 12 Oct 2007 17:41:41 -0400, dillo-dev-bounces@dillo.org wrote:
Please let me know if this time the directions work! :-P
I would suggest the following changes: - find dw2-cur -name CVS -exec rm \{\} \; - find dillo2-cur -name CVS -exec rm \{\} \; + find dw2-cur dillo2-cur -name CVS | xargs rm -R - cd dw2-cur; ./autogen.sh; ./configure; make + cd dw2-cur; ./autogen.sh && ./configure && make cd .. - cd dillo2-cur; ./autogen.sh; ./configure; make + cd dillo2-cur; ./autogen.sh && ./configure && make Hummel Hummel, Justus
On Sat, Oct 13, 2007 at 06:40:11PM +0200, Justus Winter wrote:
On Fri, 12 Oct 2007 17:41:41 -0400, dillo-dev-bounces@dillo.org wrote:
Please let me know if this time the directions work! :-P
I would suggest the following changes:
- find dw2-cur -name CVS -exec rm \{\} \; - find dillo2-cur -name CVS -exec rm \{\} \; + find dw2-cur dillo2-cur -name CVS | xargs rm -R - cd dw2-cur; ./autogen.sh; ./configure; make + cd dw2-cur; ./autogen.sh && ./configure && make cd .. - cd dillo2-cur; ./autogen.sh; ./configure; make + cd dillo2-cur; ./autogen.sh && ./configure && make
Done. -- Cheers Jorge.-
A few small build questions:
dcvs co dillo2 dcvs co dw2
OK
cp -r dillo2 dillo2-cur cp -r dw2 dw2-cur
Why do I need to have a complete copy of a directory I just checked out?
ln -s dw2-cur dw-testbed
Why do I need another name for that copy? Is it hardwired somewhere?
find dw2-cur -name CVS -exec rm \{\} \; find dillo2-cur -name CVS -exec rm \{\} \;
Why do I need to remove the CVS directories from the source tree? Do they stand in the way of something building properly? Isn't this equiavalent to doing 'cvs export' instead, anyway?
cd dw2-cur ./autogen.sh make
Do I also need to somehow 'install' this? Because how is the dillo2 src gonna find it otherwise?
cd ../dillo2-cur ./autogen.sh make
Thanks Jan
participants (3)
-
4winter@informatik.uni-hamburg.de
-
bogus@does.not.exist.com
-
hans@stare.cz