You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ order to clone/update any dependent repositories.
12
12
13
13
#### Prerequisites
14
14
* Python, which can be installed from https://www.python.org/. Either Python 2.7 or 3.x should work.
15
-
* CMake 3.5.1 or newer
15
+
* CMake 3.7.2 or newer
16
16
* For Windows, this can be downloaded from https://cmake.org/download/
17
17
* For Linux, this can be installed using: sudo apt-get install cmake
18
18
* To build the documentation:
@@ -30,8 +30,8 @@ order to clone/update any dependent repositories.
30
30
* This script will clone any dependent repositories that are not present on the system. If any of the dependent repositories are already
31
31
present on the system, this script will instead do a "git pull" on those repositories to ensure that they are up to date. Please re-run
32
32
this script everytime you pull new changes from GPA repository.
33
-
* NOTE: For GPA 3.3 or newer, if you are updating an existing clone of the GPA repo from an earlier GPA release, you will first need to delete the Common/Lib/Ext/GoogleTest directory. Starting with GPA 3.3, GPA is now using a fork of the official GoogleTest repo. Failure to remove this directory will lead to git errors when running PreBuild.py or UpdateCommon.py.
34
-
* This script will also download and execute the Vulkan™ SDK installer.
33
+
* NOTE: For GPA 3.3 or newer, if you are updating an existing clone of the GPA repo from a GPA release prior than 3.3, you will first need to delete the Common/Lib/Ext/GoogleTest directory. Starting with GPA 3.3, GPA is now using a fork of the official GoogleTest repo. Failure to remove this directory will lead to git errors when running PreBuild.py or UpdateCommon.py.
34
+
* This script will also download and execute the Vulkan™ SDK installer.
35
35
* On Windows, running the installer may require elevation. If you've previously installed the required Vulkan version, UpdateCommon will simply copy the files form the default installation location into the correct place into the GPUPerfAPI directory tree.
36
36
* UpdateCommon is set up to install the version of the Vulkan SDK which was used during development. If you want to use a newer version of the SDK, the following file will need to be updated:
37
37
*[UpdateCommonMap.py](Scripts/UpdateCommonMap.py)
@@ -96,7 +96,7 @@ this script everytime you pull new changes from GPA repository.
96
96
97
97
The PublicCounterCompiler Tool is a utility, written in C#, that will generate C++ code to define the public (or derived) counters.
98
98
It takes as input text files contained in the [PublicCounterCompilerInputFiles](Src/PublicCounterCompilerInputFiles) directory and
99
-
outputs files in the [GPUPerfAPICounterGenerator](Src/GPUPerfAPICounterGenerator), [GPUPerfAPIUnitTests](Src/GPUPerfAPIUnitTests)
99
+
outputs files in the [GPUPerfAPICounterGenerator](Src/AutoGenerated/GPUPerfAPICounterGenerator), [GPUPerfAPIUnitTests](Src/AutoGenerated/GPUPerfAPIUnitTests)
0 commit comments