Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 00bdc73

Browse files
authored
Update BUILD.md
Fix git clone command instruction
1 parent 119a1bf commit 00bdc73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CodeXL Build Instructions
1919
### Building CodeXL on Windows
2020
* Download and install the required software as listed in [Prerequisites](#prerequisites).
2121
* Clone the LPGPU<sup>2</sup> CodeXL repository.
22-
* `https://github.com/codeplaysoftware/LPGPU2-CodeXL.git`
22+
* `git clone https://github.com/codeplaysoftware/LPGPU2-CodeXL.git`
2323
* Go to the folder `Common/Lib/Ext/ComputeCpp` and execute the script `SetupComputeCpp.bat`.
2424
- This will generate the file `ComputeCpp-Version.props`, which is required by the project `LPGPU2SyclInfo`.
2525
* **Optional**: Enabling build of CCVGCodeCoverage
@@ -120,4 +120,4 @@ The script must be run with root privileges and accepts the following arguments:
120120
121121
##### Important
122122

123-
> Before attempting to compile CodeXL if not on a clean machine be sure to clean out any previous builds of CodeXL especially if you have tried to build CodeXL with a compiler other than GCC. Calling `buildCodeXLFullLinuxProjects -c` to clean the build is not enough to clear out previously built libraries or object files. Likely the files will be used and not rebuilt. Manually remove the `Output_x68_64` and recompile everything.
123+
> Before attempting to compile CodeXL if not on a clean machine be sure to clean out any previous builds of CodeXL especially if you have tried to build CodeXL with a compiler other than GCC. Calling `buildCodeXLFullLinuxProjects -c` to clean the build is not enough to clear out previously built libraries or object files. Likely the files will be used and not rebuilt. Manually remove the `Output_x68_64` and recompile everything.

0 commit comments

Comments
 (0)