Skip to content

Commit 5ffcea6

Browse files
authored
README.md - how to build on Linux
1 parent 9aae355 commit 5ffcea6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ This is the main repository for the source code for HIPRT.
44
## Cloning and Building
55

66
1. `git clone https://github.com/GPUOpen-LibrariesAndSDKs/HIPRT`
7-
2. `git submodule update --init --recursive`
8-
3. `git lfs fetch` (To get resources for running performance tests)
9-
4. `.\tools\premake5\win\premake5.exe vs2019`
7+
2. `cd HIPRT`
8+
3. `git submodule update --init --recursive`
9+
10+
   On Windows:
11+
   4. `.\tools\premake5\win\premake5.exe vs2022`
12+
   5. `Open build\hiprt.sln with Visual Studio 2022.`
13+
14+
   On Linux:
15+
   4. `./tools/premake5/linux64/premake5 gmake`
16+
   5. `make -C build -j config=release_x64`
17+
1018

1119
### Using Bitcode
1220
Add the option `--bitcode` to enable precompiled bitcode.

0 commit comments

Comments
 (0)