I notice it was released last month, but I didn't see anything about a windows version, and I have no idea how to compile it myself.
Is there a windows compile of Gumband 2.3.2 floating around?
Collapse
X
-
Tags: None
-
Zaiband: end the "I shouldn't have survived that" experience. V3.0.6 fork on Hg.
Zaiband 3.0.10 ETA Mar. 7 2011 (Yes, schedule slipped. Latest testing indicates not enough assert() calls to allow release.)
Z.C++: pre-alpha C/C++ compiler system (usable preprocessor). Also on Hg. Z.C++ 0.0.10 ETA December 31 2011 -
I've tried the DOS version. Vista throws out some error that "This system does not support fullscreen mode". Looks like a common enough problem but with no clear solution.
Guess I could try DOSbox and see if I can actually figure it out this time. Other than that I'm at the mercy of those who understand compiling.
Comment
-
Comment
-
I use mingw with gcc and msys; IIRC you install msys first, then mingw. That then gives a *nix-like command line. The source for any *band can then be put into c:\msys\1.0\home\yourname\. For Gumband, I just cd'd into the src directory, then didI should do a sticky thread for this like UnAndrew did for compiling with Eclipse.Code:make -f Makefile.cyg "MINGW=yes"
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
-
Cool. That's how to use the windows command prompt and mingw; I'll add a post to the thread on msys at some point.Anne wrote a MinGW how-to in the same threadOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
Comment