Add libstdc++-12-dev for linux (#12962)
Release Notes: - N/A PS: 👋 Congrats on the release 🎊 and hey from discussing CRDTs at the [GitPod/DevX conference last year](https://www.youtube.com/watch?v=wXT73bBr83s)! Just read the [blog post](https://zed.dev/blog/zed-decoded-linux-when) and thought I'd finally try zed out (I have a linux laptop). This was the only snag I ran into 👏
This commit is contained in:
parent
702fd8f168
commit
ce51c264a6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ if [[ -n $apt ]]; then
|
||||||
libwayland-dev
|
libwayland-dev
|
||||||
libxkbcommon-x11-dev
|
libxkbcommon-x11-dev
|
||||||
libssl-dev
|
libssl-dev
|
||||||
|
libstdc++-12-dev
|
||||||
libzstd-dev
|
libzstd-dev
|
||||||
libvulkan1
|
libvulkan1
|
||||||
libgit2-dev
|
libgit2-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue