Skip to content

Commit 251c447

Browse files
authored
Merge pull request #2 from steventylerseanherr/master
fix \bridge\build.rs fmt include and add info to readme to aid building
2 parents aa2a69f + cca62dc commit 251c447

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ A thin wrapper around the Hades - Yuzu Shader Recompiler, which allows to recomp
55

66
## Installation & Usage
77

8+
This was only tested on Linux. Needs a system-wide Boost installation.
9+
810
Install with:
911

1012
```bash
13+
sudo apt install libboost-dev
14+
1115
git clone https://github.com/DCNick3/shader-compiler-rs
1216
cd shader-compiler-rs
1317
cargo install --path cli

bridge/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fn main() {
2020
.include(vendor_dir().join("range-v3/include"))
2121
.include(vendor_dir().join("sirit/externals/SPIRV-Headers/include"))
2222
.include(vendor_dir().join("sirit/include"))
23+
.include(vendor_dir().join("fmt/include"))
2324
.include(vendor_dir()) // to make sure shader_compiler is on include path
2425
.compile("shader-compiler-bridge");
2526

0 commit comments

Comments
 (0)