2024-08-27 01:06:31 -07:00
|
|
|
# Instructions
|
2023-05-02 10:31:28 -07:00
|
|
|
|
2024-10-17 08:51:56 -07:00
|
|
|
- Install Python 3 and the Python dependencies
|
2024-08-27 01:06:31 -07:00
|
|
|
|
2024-10-17 08:51:56 -07:00
|
|
|
```sh
|
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
```
|
2023-05-02 10:31:28 -07:00
|
|
|
|
2024-10-17 08:51:56 -07:00
|
|
|
- Install `glslc` and spirv-tools 2023+ (the easiest way is to install Vulkan SDK)
|
2024-10-17 08:52:08 -07:00
|
|
|
- For improved performance you may also install [libyaml](https://github.com/yaml/libyaml)
|
2023-05-02 10:31:28 -07:00
|
|
|
|
2024-10-17 08:51:56 -07:00
|
|
|
- Run the compile.py script
|
2024-08-27 01:06:31 -07:00
|
|
|
|
2024-10-17 08:51:56 -07:00
|
|
|
```sh
|
|
|
|
|
python compile.py path-to-folder-with-input-mods mod-output-path rules-path
|
|
|
|
|
```
|