[ptx] (appendix) How to compile hugin cvs on debian GNU linux
	sarge/SID?
    Franck SICARD 
    ptx-ml at 3demi.net
       
    Tue Nov  9 09:19:21 GMT 2004
    
    
  
On Mon, Nov 08, 2004 at 08:10:45PM +0100, Andreas Hirczy wrote:
> Franck SICARD <franck.sicard at 3demi.net> writes:
> 
> > i use this little script:
> 
> cvs diff - very clever
Yep ;-), it is absolutly needed on my notbook (PIII 850) because
compiling hugin take a very lot of time on it, and then prevent to
build a version without chnages.
> > cvs update
> 
> I prefer "cvs update -Pd", but didn't protect me from those old config.h
> files  :)
this flags are in my ~/.cvsrc file ;-)
> I use a shell script "~/bin/bootstrap" for a quick test installation
> now and then:
I like your script, i think i will borrow it.
	Franck
> -----------------
> #!/bin/sh
> 
> DIR=`pwd`
> PKG=`basename $DIR`
> 
> if [ -d CVS ]; then
>     cvs update -Pd
> fi
>     
> if [ -x ./bootstrap ]; then
>     ./bootstrap
> fi
> 
> make distclean         # might fail (no Makefile present)
> 
> ./configure --prefix=/tmp/$PKG \
>     && make clean \
>     && make \
>     && make install
> -----------------
-- 
Franck SICARD            <Franck.Sicard at 3demi.net>           http://3demi.net/
PGP key=DFDFA865 fingerprint=8E2E 167E 9503 461B AD76 D962 2EEE 9869 DFDF A865
    
    
More information about the ptX
mailing list