Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,18 @@ You need an AMDGPU driver newer than 21.40. However, we recommend using 21.50 or
- The header and the library which you need to download from [HIP RT prject page](https://gpuopen.com/hiprt/).
- [tutorials](tutorials)
- Tutorial source code
- [contrib](contrib)
- External dependencies


## Building the Tutorial

1. First you need to clone the repository, then init and update the submodules if you didn't clone with `--recursive`:
1. First you need to get the dependencies. Use [Conan](https://conan.io/) to fetch and build them for you.

````
git submodule init
git submodule update
cd orochi_recipe
conan create .
mkdir build
cd build
conan install .. -s compiler.cppstd=17 --build missing
````
2. Download the HIP RT SDK from [HIP RT prject page](https://gpuopen.com/hiprt/), copy hiprt directory to here.

Expand Down
7 changes: 7 additions & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[requires]
stb/cci.20210910
tinyobjloader/1.0.6
orochi/1.00
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I configured it to use version 1.00 by default.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know if I should target Orochi's master branch instead.


[generators]
premake
1 change: 0 additions & 1 deletion contrib/Orochi
Submodule Orochi deleted from c5d393
Loading