Pau, It did not like the parenthesis, but otherwise the build succeeded.
Best regards, Wim. diff --git a/winst.bat b/winst.bat index b6a0ab3..b51c045 100644 --- a/winst.bat +++ b/winst.bat @@ -9,7 +9,7 @@ @echo %0 /? This help @echo %0 fetch Download dependencies, do not build anything now @echo %0 [CMake parameters] Download and build Wt and its dependencies -@echo %0 git [CMake parameters] Download and build Wt (git version) and its dependencies +@echo %0 git [CMake parameters] Download and build Wt -git version- and its dependencies @echo. @echo Example: winst git -G "NMake Makefiles" @echo. 2011/1/22 Wim Dumon <[email protected]>: > Pau, > > this looks really REALLY cool. I'll sure test it on some windowses. > > Wim. > > 2011/1/22 Pau Garcia i Quiles <[email protected]>: >> Hello, >> >> I few months ago, I said winst could be replaced with an almost-pure >> CMake solution that would be cross-platform: >> >> http://thread.gmane.org/gmane.comp.web.witty.general/5551 >> >> "Unrelated to packaging Wt 3.1.5: the Wt installer. It is a very nice >> addition! The only thing I do not like is it uses autotools :-) >> therefore it is not available on Windows (which IMHO is the platform >> where it'd be most useful). I started something like winst using CMake >> a few months ago (discontinued due to work and health). FILE(DOWNLOAD >> ... ) and ExternalProject_Add (new in CMake 2.8) would make it >> possible to build the whole dependency stack on every platform. I'm >> sorry but I cannot work on this at this moment." >> >> Last week I took a break from KDE on Windows development and put my >> code where my mouth is: >> >> http://gitorious.org/winstng >> >> Requirements: >> >> * Windows: a C++ compiler >> >> * Unix: bash and a C++ compiler. On Linux, also wget. >> >> Administrator/root permissions are not needed >> >> To build the bleeding edge Wt, you also need git *in path* and >> Internet access. Wt 3.1.7a can be build off-line (after a "fetch" >> step). >> >> >> More usage information here: >> http://gitorious.org/winstng/winstng/blobs/master/README-winst.txt >> >> If you don't want to use git, you can download a tarball from: >> http://gitorious.org/winstng/winstng/archive-tarball/master >> >> Please, take a look and tell me what you think. >> >> -- >> Pau Garcia i Quiles >> http://www.elpauer.org >> (Due to my workload, I may need 10 days to answer) >> >> ------------------------------------------------------------------------------ >> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> Finally, a world-class log management solution at an even better price-free! >> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> February 28th, so secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsight-sfd2d >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
