On Dec 26, 2007 10:22 PM, Peter Klavins <klavins@xxxxxxxxxxxxxxx> wrote: > > 4. configure (takes significant time, around 10 minutes from > memory) configure -fast -no-qt3support -static -release -no-qmake Takes much less (about one minute) > 5. nmake (takes over an hour on a Core 2 Duo 2 GHz, > consumes 2 GByte of disk) > 2GBytes because default configure is -debug, but giving -release instead the needed space is much less because debug symbols are not built. Also use: nmake sub-src 30minutes on my Core Duo 1.5Ghz. It just compiles the Qt libraries under src directory, not Qt tools like designer, assistant and expecially the Qt examples. Note: first you need to run nmake to build makefile then, just after the makefile in main directory is built (few seconds) you can stop it and run nmake sub-src. > 16. bin\qgit (to run qgit to browse qgit4's own repository!) > msysgit must be in PATH, both Git\cmd and Git\bin. Or you can use the launch script start_qgit.bat that just adds msysgit to the PATH for you before to call qgit.exe > ------------------------------------------------------------------------ > Peter Klavins > Thanks Peter, Just a question. How about using the auto-extract zip I advertise in this thread? With this both Qt and qgit are already compiled and should be ready to go. Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html