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
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2004-04-11 23:30:26 +0400
committerChris Want <cwant@ualberta.ca>2004-04-11 23:30:26 +0400
commit5bd765b7313d541c5d6f574d57bd9298bd4b6019 (patch)
tree8bd6fd18f765da41a20c5dc621f78110cb03b0e6 /doc/README.windows-gcc
parent585ea4df0669a9a103db4e32b7db6d443c8b352a (diff)
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++
Diffstat (limited to 'doc/README.windows-gcc')
-rw-r--r--doc/README.windows-gcc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.windows-gcc b/doc/README.windows-gcc
index c8f94ba4297..bbebcbda1c1 100644
--- a/doc/README.windows-gcc
+++ b/doc/README.windows-gcc
@@ -7,7 +7,7 @@ that don't have cygwin installed.
The instructions are:
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
dependency list is bound to change over time and hopefully these
instructions will keep up with the changes). All of the following
@@ -19,6 +19,10 @@ The instructions are:
mkdir 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
(use password anonymous):
cvs -d:pserver:anonymous@cvs.blender.org:/cvsroot/bf-blender login