File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ is used by both CodeXL and GPU PerfStudio.
10
10
* [ Major Features] ( #Major )
11
11
* [ What's New] ( #WhatsNew )
12
12
* [ System Requirements] ( #System )
13
+ * [ Cloning the Repository] ( #Cloning )
13
14
* [ Source Code Directory Layout] ( #Source )
14
15
* [ "Public" vs "Internal" Versions] ( #PublicInternal )
15
16
* [ Building the Source Code] ( BUILD.md )
@@ -50,6 +51,15 @@ is used by both CodeXL and GPU PerfStudio.
50
51
* Windows 7, 8.1, and 10
51
52
* Ubuntu (14.04 and later) and RHEL (7 and later) distributions
52
53
54
+ <A NAME =" Cloning " >
55
+ ## Cloning the Repository
56
+ To clone the GPA repository, execute the following git commands
57
+ * git clone https://github.com/GPUOpen-Tools/GPA.git
58
+ * git submodule init
59
+ * git submodule update
60
+ * cd Common
61
+ * git checkout master
62
+
53
63
<A NAME =" Source " >
54
64
## Source Code Directory Layout
55
65
* [ Build] ( GPUPerfAPI/Build ) -- contains both Linux and Windows build-related files
You can’t perform that action at this time.
0 commit comments