0ad/source/tools/spirv/README.md
Dunedan ae3fad73ce
Add a markdownlint pre-commit hook
This adds a pre-commit hook to link Markdown files and fixes all
reported findings.
2024-08-27 10:06:31 +02:00

15 lines
298 B
Markdown

# Instructions
Install python 3 and the python dependencies
```sh
pip install -r requirements.txt
```
Install glslc and spirv-tools 2023+ (the easiest way is to install Vulkan SDK)
Run the compile.py script
```sh
python compile.py path-to-folder-with-input-mods mod-output-path rules-path
```