Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-23Updated channel listing for help with compiling Blender to reflect (onceChris Burt
again) the existence of #blendercompilers. Also added link to updated compiling guide found here: http://www.blender3d.org/cms/Building_with_Cygwin.524.0.html Thanks to Tom M. and joeedh for pointing out that it should be updated.
2004-05-27Tom's additions to the windows build.Kent Mein
(I changed #blendersaue to #blendercoders not #blendercompilers, does anyone actually use #blendercompilers?) Kent
2004-04-11An update to the windows/gcc docs:Chris Want
1) Explained the usage of the backslash at an end of a line 2) added note about new package gcc-g++
2003-05-30Updated the docs for building blender using cygwin/gcc.Chris Want
Thanks for the input Pjotr!
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
Florian Eggenburger). Full instructions are in doc/README.windows-gcc. Main differences from Florian's patch: - the 'lib' dir should now be the same level as the 'blender' dir (rather than being a subdir of 'blender'). This is consistent with the other platforms that bf-blender supports (tuhopuu will also adopt this convention hopefully soon). - the script 'free_windows-env.mk' is no longer needed ... see the docs about how this is overcome (again, tuhopuu will hopefully also follow this route soon). - the dlltool dir has it's own Makefile that builds all of the needed stub libraries from the dll's in cvs.