doc: clarify build dependencies
This commit is contained in:
parent
d1771a8b25
commit
79ed9c222a
2 changed files with 6 additions and 9 deletions
13
README.md
13
README.md
|
@ -38,15 +38,12 @@ loads the librashader (`librashader.so` or `librashader.dll`) implementation in
|
|||
|
||||
### Building
|
||||
|
||||
The [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) is required to build librashader. Some additional Python dependencies
|
||||
are also required to build downstream dependencies.
|
||||
|
||||
```
|
||||
pip install meson ninja mako
|
||||
```
|
||||
|
||||
[CMake 3.8](https://cmake.org/) or later is also required.
|
||||
librashader requires the following build time dependencies
|
||||
|
||||
* The [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/)
|
||||
* [Meson](https://mesonbuild.com/)
|
||||
* [CMake 3.8 or later](https://cmake.org/)
|
||||
* [Python 3.6 or later](https://www.python.org/)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9e89aafe0f6a63645445ca8302b88e4060274c72
|
||||
Subproject commit 356678ec53ca940a53fa509eff0b65bb63a403bb
|
Loading…
Add table
Reference in a new issue