From ce51c264a631ce9078162028c9ad8df11c60af93 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 8671d9125e..e7f5d619d9 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