Просмотр исходного кода

Merge branch 'master' of https://github.com/ivansafrin/Polycode

Ivan Safrin 13 лет назад
Родитель
Сommit
b92f27a7c7
2 измененных файлов с 9 добавлено и 6 удалено
  1. 4 2
      BUILD.md
  2. 5 4
      BUILD.txt

+ 4 - 2
BUILD.md

@@ -80,9 +80,11 @@ directory from a command prompt (for VS2010):
     cmake -G "Visual Studio 10" ..
     
 This generates a PolycodeDependencies.sln in the Build directory. 
-Building this project in Visual Studio will download, build and 
+Building the ALL_BUILD project in the solution in Visual Studio will download, build and 
 install the dependencies. Note that you need to build both Debug and
-Release in Visual Studio. 
+Release.
+
+You will also need to manually build the "glext" and "wglext" projects.
 
 ### Unix Makefiles ###
 

+ 5 - 4
BUILD.txt

@@ -79,10 +79,11 @@ directory from a command prompt (for VS2010):
     cd Build
     cmake -G "Visual Studio 10" ..
     
-This generates a PolycodeDependencies.sln in the Build directory. 
-Building this project in Visual Studio will download, build and 
-install the dependencies. Note that you need to build both Debug and
-Release in Visual Studio. 
+This generates a PolycodeDependencies.sln in the Build directory.
+Building the ALL_BUILD project in the solution in Visual Studio will download,
+build and install the dependencies. Note that you need to build both Debug and Release.
+
+You will also need to manually build the "glext" and "wglext" projects.
 
 ### Unix Makefiles ###