Skip to content

Commit 3492c71

Browse files
authored
Fix typo + light copyediting (#75)
"Instroduces" -> "Introduces"; also added a couple of commas and colons
1 parent 3c10101 commit 3492c71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ If CMake is not provided by your build system or OS package manager, please cons
4040

4141
### Example Build
4242

43-
> The example build guide uses [Vcpkg](https://vcpkg.io/en/index.html) to fetch all dependencies. Note that Vcpkg is _not_ a requirement and is only used for convenience. One may provide dependencies through any other CMake mechanism. For details on how to install Vcpkg, refer to it's [Getting Started Guide](https://vcpkg.io/en/getting-started.html). The example build assumes targeting 64-bit Windows.
43+
> The example build guide uses [Vcpkg](https://vcpkg.io/en/index.html) to fetch all dependencies. Note that Vcpkg is _not_ a requirement and is only used for convenience. One may provide dependencies through any other CMake mechanism. For details on how to install Vcpkg, refer to its [Getting Started Guide](https://vcpkg.io/en/getting-started.html). The example build assumes targeting 64-bit Windows.
4444
4545
1. Clone this repo with the rest of the OpenCL SDK components:
4646

4747
git clone https://github.com/KhronosGroup/OpenCL-SDK.git
4848
git submodule init
4949
git submodule update
5050

51-
1. Install dependencies
51+
1. Install dependencies:
5252

5353
vcpkg --triplet x64-windows install sfml tclap glm
5454

55-
1. Build and install SDK with samples and no downstream unit tests
55+
1. Build and install SDK with samples and no downstream unit tests:
5656

5757
cmake -A x64 `
5858
-D BUILD_TESTING=OFF `
@@ -66,4 +66,4 @@ If CMake is not provided by your build system or OS package manager, please cons
6666
-B ./OpenCL-SDK/build -S ./OpenCL-SDK
6767
cmake --build ./OpenCL-SDK/build --target install
6868

69-
_(Note: on Linux paths to dependent libraries are automatically handled by RPATH in both the build and install tree. On Windows all DLLs have to be on the `PATH`. Vcpkg copies dependent DLLs to the build tree, but in order to do the same in the install tree, sufficiently new CMake version is required. CMake 3.21 instroduces `install(IMPORTED_RUNTIME_ARTIFACTS)`.)_
69+
_(Note: on Linux, paths to dependent libraries are automatically handled by RPATH in both the build and install tree. On Windows, all DLLs have to be on the `PATH`. Vcpkg copies dependent DLLs to the build tree, but in order to do the same in the install tree, a sufficiently new CMake version is required. CMake 3.21 introduces `install(IMPORTED_RUNTIME_ARTIFACTS)`.)_

0 commit comments

Comments
 (0)