Commit 2fa7af1
add build-essential to dependencies install step in readme (#106)
* add build-essential installation to readme steps, rustup makes an assumption thats the C linker is already installed. on the fresh ubuntu 22.04 system i am installing on build-essential wasn't installed leading to an cc linker not found error on rust compilation.
* readd in 'debian-based systems' (forgot to save before previous commit)
---------
Co-authored-by: azoth zephyr <azoth@zephyr.sx>1 parent a5ad8d0 commit 2fa7af1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments