Prechádzať zdrojové kódy

And yet more documentation

Ivan Safrin 14 rokov pred
rodič
commit
ccefb5f3b8
2 zmenil súbory, kde vykonal 12 pridanie a 6 odobranie
  1. 6 3
      BUILD.md
  2. 6 3
      BUILD.txt

+ 6 - 3
BUILD.md

@@ -99,9 +99,12 @@ perform the following steps in the Polycode directory from a terminal:
 
 
 ### Notes ###
 ### Notes ###
 
 
-The Polycode CMake build will look for dependencies installed on the 
-system and by the above dependency build step. The only exception to
-this is SDL for the Linux build, which you must manually install.
+The Polycode CMake build will look for dependencies installed as
+static libraries in the Release folder by the above
+dependency build step. It will not use system level versions
+of these libraries, even if you have them installed. The only exception to
+this is SDL for the Linux build, which you must manually install on
+the system level.
 
 
 If you want to build documentation, you must have Doxygen installed 
 If you want to build documentation, you must have Doxygen installed 
 and in your run path. You can get Doxygen from http://www.doxygen.org
 and in your run path. You can get Doxygen from http://www.doxygen.org

+ 6 - 3
BUILD.txt

@@ -99,9 +99,12 @@ perform the following steps in the Polycode directory from a terminal:
 
 
 ### Notes ###
 ### Notes ###
 
 
-The Polycode CMake build will look for dependencies installed on the 
-system and by the above dependency build step. The only exception to
-this is SDL for the Linux build, which you must manually install.
+The Polycode CMake build will look for dependencies installed as
+static libraries in the Release folder by the above
+dependency build step. It will not use system level versions
+of these libraries, even if you have them installed. The only exception to
+this is SDL for the Linux build, which you must manually install on
+the system level.
 
 
 If you want to build documentation, you must have Doxygen installed 
 If you want to build documentation, you must have Doxygen installed 
 and in your run path. You can get Doxygen from http://www.doxygen.org
 and in your run path. You can get Doxygen from http://www.doxygen.org