Add info what and where to change lib path

This commit is contained in:
hodasemi 2023-01-15 10:48:52 +01:00
parent 3e2ab4b42c
commit 004ec764de

View file

@ -6,7 +6,7 @@ I just started doing it. That means it isn't very usable right now. I'm working
# How to enable # How to enable
* Build this repository `cargo build --release` * Build this repository `cargo build --release`
* Change the path where the `libvk_layer_rs.so` is located * Change the path where the `libvk_layer_rs.so` is located (`library_path` parameter in the rFactorOverlay.json file)
* Put the rFactorOverlay.json into a layer directory ([layer directories](https://vulkan.lunarg.com/doc/view/1.3.216.0/mac/loader_and_layer_interface.html#user-content-linux-layer-discovery)) * Put the rFactorOverlay.json into a layer directory ([layer directories](https://vulkan.lunarg.com/doc/view/1.3.216.0/mac/loader_and_layer_interface.html#user-content-linux-layer-discovery))
* Add `RFACTOR_HUD=1` to steam launch command (example: `RFACTOR_HUD=1 %command%`) * Add `RFACTOR_HUD=1` to steam launch command (example: `RFACTOR_HUD=1 %command%`)