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:
-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