Skip to content

Commit 01db29a

Browse files
authored
Stuart/update documentation (#9)
* Updated documentation to assume docker image is being used * Updated formatting of shell snippets * Updated formatting of shell snippets * Update README.md * Update README.md
1 parent 14df259 commit 01db29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-02/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Building the example
1818

1919
``` sh
2020
$ mkdir build && cd build
21-
$ cmake ../
21+
$ cmake ../ -DSYCL_ROOT=${SYCL_ROOT_DIR} -DCMAKE_CXX_COMPILER=${SYCL_ROOT_DIR}/bin/clang++
2222
$ make -j 8
2323
```
2424

exercise-01/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Building the exercise
2323

2424
``` sh
2525
$ mkdir build && cd build
26-
$ cmake ../
26+
$ cmake ../ -DSYCL_ROOT=${SYCL_ROOT_DIR} -DCMAKE_CXX_COMPILER=${SYCL_ROOT_DIR}/bin/clang++
2727
$ make -j 8
2828
```
2929

0 commit comments

Comments
 (0)