From: "Peter Klavins" <klavins-ooduxAEi7gXtt0EhB6fy4g@public.gmane.org>
To: msysgit-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Cc: git-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [ANNOUNCE] qgit2.1rc1_win.exe
Date: Wed, 26 Dec 2007 22:22:39 +0100 [thread overview]
Message-ID: <fkugn8$d2s$1@ger.gmane.org> (raw)
In-Reply-To: <e5bfff550712240113y4acdaa11y3483705172a5980e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> You can find an auto-extract zip file with a version of qgit built for
> Windows (Vista).
I found it a bit obscure as to how to rebuild qgit from scratch on Vista, so
just for the record:
# Set up VS2008
1. Install Visual Studio 2008
# Set up Qt4
2. Download qt-win-opensource-src-4.3.3.zip from
http://trolltech.com/developer/downloads/qt/windows and unzip into directory
(e.g.,) C:\qt-win-opensource-src-4.3.3
3. cd C:\qt-win-opensource-src-4.3.3
4. configure (takes significant time, around 10 minutes from
memory)
5. nmake (takes over an hour on a Core 2 Duo 2 GHz,
consumes 2 GByte of disk)
# Install git and use it to get qgit4 source
6. Download Git-1.5.4-rc1-preview20071221-corrected.exe from
http://code.google.com/p/msysgit/downloads/ and install (default directory
C:\Program Files\Git is fine)
7. Open Git Bash from Start menu, set up Src directory (e.g., mkdir Src, cd
Src)
8. git clone git://git.kernel.org/pub/scm/qgit/qgit4.git (to get qgit
sources into Src/qgit4)
9. Exit Git Bash shell
# Build and run qgit
10. Open VS2008 command prompt, ensuring that VS tools are on the PATH by
test invoking 'nmake'
11. Add qmake to path with PATH=C:\qt-win-opensource-src-4.3.3\bin;%PATH%
12. Add git to path with PATH=C:\Program Files\Git\bin;%PATH%
13. Navigate to qgit4 directory (e.g., cd C:\Users\<you>\Src\qgit4)
14. qmake (to preprocess with Qt4)
15. nmake (to build debug version)
16. bin\qgit (to run qgit to browse qgit4's own repository!)
------------------------------------------------------------------------
Peter Klavins
next prev parent reply other threads:[~2007-12-26 22:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-24 9:13 [ANNOUNCE] qgit2.1rc1_win.exe Marco Costalba
[not found] ` <e5bfff550712240113y4acdaa11y3483705172a5980e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-12-26 21:22 ` Peter Klavins [this message]
2007-12-26 23:23 ` Marco Costalba
[not found] ` <e5bfff550712261523g7aab6e76nd37257e7b21d1653-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-12-26 23:37 ` Peter Klavins
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='fkugn8$d2s$1@ger.gmane.org' \
--to=klavins-ooduxaei7gxtt0ehb6fy4g@public.gmane.org \
--cc=git-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=msysgit-/JYPxA39Uh5TLH3MbocFFw@public.gmane.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).