git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* qgit with autotools
@ 2006-01-29  8:14 Marco Costalba
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Costalba @ 2006-01-29  8:14 UTC (permalink / raw)
  To: git; +Cc: proski

Hi all,

QGit now uses autotools instead of scons, courtesy of Pavel patch that has been pushed.
In patch description you will find the rationale for this update.

Also old git public repo has been removed after a deprecation period, so please now use:

    http://digilander.libero.it/mcostalba/scm/qgit.git


After pulling new changes you should run "autoreconf -i" to create proper build environment and
then the usual ./configure + make + make install


Following, Pavel's answers regarding some notes on new build environment.


>
> 1) qgit binary is now 4,6MB on my machine, with scons it was 858KB.

I think Autoconf defaults to using "-g".  You can strip the binary.  I think you
can even run "make install-strip".  And of course you can use "configure
CXXFLAGS=-O2" or something to disable debug information.

> 2) qgit is built in src directory instead of ./bin/ or ./ (not a biggie)

That's an Automake thing.  There are ways to work it about, but they are not
nice (using libraries).

However, you can create a separate directory and run "configure && make" from it
(configure should run be with full path to the source directory).  Then you get
a build outside the source tree.  It may be just as good for your purposes.


Marco

^ permalink raw reply	[flat|nested] 2+ messages in thread

* qgit with autotools
@ 2006-01-29  9:14 Marco Costalba
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Costalba @ 2006-01-29  9:14 UTC (permalink / raw)
  To: git; +Cc: proski

Hi all,

QGit now uses autotools instead of scons, courtesy of Pavel patch that has been pushed.
In patch description you will find the rationale for this update.

Also old git public repo has been removed after a deprecation period, so please now use:

    http://digilander.libero.it/mcostalba/scm/qgit.git


After pulling new changes you should run "autoreconf -i" to create proper build environment and
then the usual ./configure + make + make install


Following, Pavel's answers regarding some notes on new build environment.


 >
 > 1) qgit binary is now 4,6MB on my machine, with scons it was 858KB.


I think Autoconf defaults to using "-g".  You can strip the binary.  I think you
can even run "make install-strip".  And of course you can use "configure
CXXFLAGS=-O2" or something to disable debug information.

 > 2) qgit is built in src directory instead of ./bin/ or ./ (not a biggie)


That's an Automake thing.  There are ways to work it about, but they are not
nice (using libraries).

However, you can create a separate directory and run "configure && make" from it
(configure should run be with full path to the source directory).  Then you get
a build outside the source tree.  It may be just as good for your purposes.


Marco


	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-29  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-29  8:14 qgit with autotools Marco Costalba
  -- strict thread matches above, loose matches on Subject: below --
2006-01-29  9:14 Marco Costalba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).