From ed1f803637d14e169129a97347d66909356e722c Mon Sep 17 00:00:00 2001 From: Philip Schatz <253202+philschatz@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:39:58 -0700 Subject: [PATCH] Add libstdc++-12-dev for linux (#12962) Release Notes: - N/A PS: :wave: Congrats on the release :confetti_ball: 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 :clap: --- script/linux | 1 + 1 file changed, 1 insertion(+) diff --git a/script/linux b/script/linux index 7257d2688c34d8b0a75ad1142dd2b0e679ace329..4d3982c025124fcb7fad4321da4c5e513905d91a 100755 --- a/script/linux +++ b/script/linux @@ -20,6 +20,7 @@ if [[ -n $apt ]]; then libwayland-dev libxkbcommon-x11-dev libssl-dev + libstdc++-12-dev libzstd-dev libvulkan1 libgit2-dev