aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Elliott <ian@LunarG.com>2015-02-13 10:57:55 -0700
committerIan Elliott <ian@LunarG.com>2015-02-13 10:57:55 -0700
commit14f7e777d1e82ca63cf4e70fb5e65d5021c83bb0 (patch)
treebfed9c0dee480588cef10aa634a4fb1b533e8e8e
parent320a832c98552a6e5b35438fe31cfd856f1e5379 (diff)
downloadusermoji-14f7e777d1e82ca63cf4e70fb5e65d5021c83bb0.tar.xz
Minor fix/enhancement to BUILD.md.
1) Point CMake to www.cmake.org insead of www.python.org. 2) Give a couple of helpful pointers for ICD developers.
-rw-r--r--BUILD.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 2214fb09..bef5b6d4 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -3,6 +3,8 @@ This project fully supports Linux today.
Support for Windows is for the loader and layers (additional info below). Additional Windows support will be coming in Q1'15.
Support for Android is TBD.
+Note: If you are doing ICD (driver) development, please make sure to look at documentation in the [*ICD Loader*](loader/README.md) and the [*Sample Driver*](icd).
+
##Linux System Requirements
Ubuntu 14.10 needed for DRI 3
@@ -110,7 +112,7 @@ EOF
Windows 7+ with additional, software:
- Microsoft Visual Studio 2013 Professional. Note: it is possible that lesser/older versions may work, but that has not been tested.
-- CMake (from https://www.python.org/downloads). Note: Configure to add itself to the system PATH environment variable.
+- CMake (from http://www.cmake.org/cmake/resources/software.html). Note: Configure to add itself to the system PATH environment variable.
- Python 3 (from https://www.python.org/downloads). Note: Configure to add itself to the system PATH environment variable.
- Cygwin (especially a BASH shell and git packages--from https://www.cygwin.com/).