Skip to content

Commit 59afc08

Browse files
authored
[docs] Fix package name in build instructions (#1286)
1 parent d3ea52c commit 59afc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/building-choreo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### Requirements for Linux
1616

1717
- [node](https://nodejs.org/en/download/), [pnpm](https://pnpm.io/installation), [Rust](https://www.rust-lang.org/tools/install) ≥ 1.70.0, [CMake](https://cmake.org/download) ≥ 3.21, [Git](https://git-scm.com/)
18-
- GCC ≥ 14 via `sudo apt install gcc`
18+
- GCC ≥ 14 via `sudo apt install g++-14`
1919
- Tauri dependencies (see [here](https://tauri.app/v1/guides/getting-started/prerequisites/#setting-up-linux)).
2020

2121
## Recommended IDE for Tauri

0 commit comments

Comments
 (0)