clarified Linux specific steps
So actually some changes are needed for Linux but they are minor.
This commit is contained in:
parent
011a2f68dd
commit
7e5391d26a
|
|
@ -174,7 +174,7 @@ If an older version of Powershell is used, these commands may not work as they a
|
|||
|
||||
### I. Setup Environment
|
||||
|
||||
The two steps below also apply to Linux. If building for Linux, simply replace the backticks with back slashes. Ensure you have Git, CMake, Clang, Ninja and Python installed.
|
||||
The two steps below also apply to Linux. If building for Linux, Ensure you have Git, CMake, Clang, Ninja and Python installed, in the second step remove the `-DCMAKE_TOOLCHAIN_FILE` parameter, and replace the backticks with back slashes.
|
||||
|
||||
1. **Install OpenCL Headers and Library**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue