mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 03:48:11 +08:00
Fix Rust-Analyzer conflicts with build targets and other compile speed issues
This commit is contained in:
@@ -29,16 +29,27 @@ You'll likely get faster build times if you manually install this specific versi
|
||||
cargo install -f wasm-bindgen-cli@0.2.92
|
||||
```
|
||||
|
||||
<!-- THESE INSTRUCTIONS ARE HIDDEN UNTIL WE NEED THEM AGAIN FOR TAURI DEVELOPMENT ONCE THAT HAS BEEN MERGED INTO MASTER -->
|
||||
<!--
|
||||
On Linux, you may need to install this set of additional packages if you run into issues:
|
||||
|
||||
<details>
|
||||
<summary>Click to view</summary>
|
||||
|
||||
```sh
|
||||
# On Debian-based (Ubuntu, Mint, etc.) distributions:
|
||||
sudo apt install libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
|
||||
|
||||
# On Fedora-based (RHEL, CentOS, etc.) distributions:
|
||||
sudo dnf install gtk3-devel libsoup-devel javascriptcoregtk4.0-devel webkit2gtk4.0-devel
|
||||
|
||||
# On NixOS or when using the Nix package manager:
|
||||
nix-shell
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Repository
|
||||
|
||||
Clone the project to a convenient location:
|
||||
|
||||
Reference in New Issue
Block a user