An update to the windows/gcc docs:

1) Explained the usage of the backslash at an end of a line
2) added note about new package gcc-g++
This commit is contained in:
Chris Want 2004-04-11 19:30:26 +00:00
parent 585ea4df06
commit 5bd765b731

@ -7,7 +7,7 @@ that don't have cygwin installed.
The instructions are: The instructions are:
1. Download cygwin (www.cygwin.com) and use the setup program 1. Download cygwin (www.cygwin.com) and use the setup program
to install packages for gcc, gcc-mingw, w32api, make, cvs, to install packages for gcc, gcc-mingw, gcc-g++, w32api, make, cvs,
python, perl, gettext, and gettext-devel (and maybe others... the python, perl, gettext, and gettext-devel (and maybe others... the
dependency list is bound to change over time and hopefully these dependency list is bound to change over time and hopefully these
instructions will keep up with the changes). All of the following instructions will keep up with the changes). All of the following
@ -19,6 +19,10 @@ The instructions are:
mkdir bf-blender mkdir bf-blender
cd bf-blender cd bf-blender
Please note that a backslash at the end of a line in the following
means that the command spans two lines. If you wish to type the command as
one line, exclude the '\'.
3. Checkout the blender module from the bf-blender tree using cvs 3. Checkout the blender module from the bf-blender tree using cvs
(use password anonymous): (use password anonymous):
cvs -d:pserver:anonymous@cvs.blender.org:/cvsroot/bf-blender login cvs -d:pserver:anonymous@cvs.blender.org:/cvsroot/bf-blender login