Skip to content

Commit 0a55d97

Browse files
authored
Merge pull request #113 from theAdamColton/main
Added instructions for installing sccache as build req
2 parents 02e1e57 + 00411de commit 0a55d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Note that the web version is only working properly in desktop browser, the audio
4747
[Desktop versions](https://github.com/notation-fun/notation/releases) can be downloaded from releases.
4848

4949
You can also build it by yourself, make sure follow the [Bevy Engine Setup](https://bevyengine.org/learn/book/getting-started/setup/) first.
50+
51+
sccache is required for building notation from source. To install sccache, follow the installation instructions from the crate [website](https://github.com/mozilla/sccache/blob/HEAD/#installation).
5052
```
5153
cd app/notation_viewer
5254
cargo run --features native

0 commit comments

Comments
 (0)