From: "Marco Costalba" <mcostalba@gmail.com>
To: "GIT list" <git@vger.kernel.org>
Cc: "Petr Baudis" <pasky@suse.cz>
Subject: [ANNOUNCE] qgit4 aka qgit ported to Windows
Date: Tue, 9 Jan 2007 22:14:00 +0100 [thread overview]
Message-ID: <e5bfff550701091314k71e282e8x125db65d5c287a94@mail.gmail.com> (raw)
I have setup, (thanks Pasky) the repository
git://repo.or.cz/qgit4.git
With an experimental version of qgit, called qgit4.
Features are the same of qgit-1.5.4 release but has been ported under
Qt4.2 libraries from Qt3, this means that could be compiled and run as
a Windows native application.
Qt4.2 is available as GPL for non commercial purposes also for Windows platform.
So what you need is:
1) Qt4.2 already packaged with MinGW for windows
(http://www.trolltech.com/developer/downloads/qt/windows)
2) Cygwin with git files
3) qgit sources from the above public repository
4) Compile using qmake that will build proper Makefile for you
- qmake qgit.pro
- make
- (make install is supported only under Linux at the moment)
5) Open a terminal with cmd.exe, add Qt and MinGW bin dirs to PATH
(already added if you run the ready to use Qt command prompt menu that
comes with Qt installation), add cygwin bin directory to PATH,
something like:
set PATH=%PATH%;C:\cygwin\bin\directory
6) Start qgit.exe
7) Have fun
NOTE NOTE: DO NOT RUN from a cygwin terminal, as I said qgit it's a
*native* Windows application when compiled with Qt4.2 so you don't
need that.
Well, I have tried to run from a cygwin terminal and it works almost
the same (of course you need to add Qt and MinGW bin dirs to path as
always) but it's much slower and has some little issues with the
different paths conventions.
NOTE: This is 'alpha' quality software, not all features are already
working so be prepared to few surprises.
Marco
P.S: Of course the same sources work (better) also under Linux.
next reply other threads:[~2007-01-09 21:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-09 21:14 Marco Costalba [this message]
2007-01-09 21:55 ` [ANNOUNCE] qgit4 aka qgit ported to Windows Josef Weidendorfer
2007-01-09 22:30 ` Marco Costalba
2007-01-09 22:47 ` Yann Dirson
2007-01-10 23:17 ` Martin Langhoff
2007-01-11 8:47 ` Johannes Schindelin
2007-01-11 9:35 ` MinGW port (was: Re: [ANNOUNCE] qgit4 aka qgit ported to Windows) Johannes Sixt
2007-01-11 9:39 ` Johannes Schindelin
2007-01-11 12:56 ` Marco Costalba
2007-01-11 13:24 ` Johannes Sixt
2007-01-11 12:19 ` [ANNOUNCE] qgit4 aka qgit ported to Windows Marco Costalba
2007-01-11 12:27 ` Andreas Ericsson
2007-01-11 12:49 ` 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=e5bfff550701091314k71e282e8x125db65d5c287a94@mail.gmail.com \
--to=mcostalba@gmail.com \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/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).