Skip to content

Commit fd69c8b

Browse files
committed
[docs/7.12.0] fix windows post-install
1 parent d2a7377 commit fd69c8b

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

docs/install/includes/post-install.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -209,35 +209,35 @@ installation.
209209
210210
source ~/.profile
211211
212-
.. selected:: os=windows
213-
:heading: Configure your environment
214-
:heading-level: 3
212+
.. selected:: os=windows
213+
:heading: Configure your environment
214+
:heading-level: 3
215215
216-
Configure environment variables so that ROCm libraries and tools are
217-
available on your Windows system.
216+
Configure environment variables so that ROCm libraries and tools are
217+
available on your Windows system.
218218
219-
1. **Run command prompt as an administrator** and set the following environment variables.
219+
1. **Run command prompt as an administrator** and set the following environment variables.
220220
221-
.. code-block:: bat
221+
.. code-block:: bat
222222
223-
setx HIP_DEVICE_LIB_PATH “C:\TheRock\build\lib\llvm\amdgcn\bitcode” /M
224-
setx HIP_PATH “C:\TheRock\build” /M
225-
setx HIP_PLATFORM “amd” /M
226-
setx LLVM_PATH “C:\TheRock\build\lib\llvm” /M
223+
setx HIP_DEVICE_LIB_PATH “C:\TheRock\build\lib\llvm\amdgcn\bitcode” /M
224+
setx HIP_PATH “C:\TheRock\build” /M
225+
setx HIP_PLATFORM “amd” /M
226+
setx LLVM_PATH “C:\TheRock\build\lib\llvm” /M
227227
228-
2. Add the following paths into the PATH environment variable.
228+
2. Add the following paths into the PATH environment variable.
229229
230-
.. code-block:: bat
230+
.. code-block:: bat
231231
232-
setx PATH "%PATH%;C:\TheRock\build\bin" /M
233-
setx PATH "%PATH%;C:\TheRock\build\lib\llvm\bin" /M
232+
setx PATH "%PATH%;C:\TheRock\build\bin" /M
233+
setx PATH "%PATH%;C:\TheRock\build\lib\llvm\bin" /M
234234
235-
3. Open a new command prompt window for the environment variables to take effect. Run ``set``
236-
to see the list of active variables.
235+
3. Open a new command prompt window for the environment variables to take effect. Run ``set``
236+
to see the list of active variables.
237237
238-
.. code-block:: bat
238+
.. code-block:: bat
239239
240-
set
240+
set
241241
242242
.. selected:: os=ubuntu os=debian os=rhel os=oracle-linux os=rocky-linux os=sles
243243
:heading: Verify your installation

0 commit comments

Comments
 (0)