git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marco Costalba <mcostalba@gmail.com>
To: git@vger.kernel.org
Cc: proski@gnu.org
Subject: qgit with autotools
Date: Sun, 29 Jan 2006 09:14:03 +0100	[thread overview]
Message-ID: <43DC794B.8000207@gmail.com> (raw)

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

             reply	other threads:[~2006-01-29  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-29  8:14 Marco Costalba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-01-29  9:14 qgit with autotools Marco Costalba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43DC794B.8000207@gmail.com \
    --to=mcostalba@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=proski@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).