From d703354fcde131e7671cc1fb3e755ba6540b40bd Mon Sep 17 00:00:00 2001 From: HibanaSama <48864283+HibanaSama@users.noreply.github.com> Date: Wed, 17 Jul 2024 05:50:47 +0500 Subject: [PATCH] docs: close details block (#12533) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f3439f503..86d148847d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ If you are using Windows, please refer to [this guide](/docs/project/building-wi {% details summary="For Ubuntu users" %} TL;DR: Ubuntu 22.04 is suggested. Bun currently requires `glibc >=2.32` in development which means if you're on Ubuntu 20.04 (glibc == 2.31), you may likely meet `error: undefined symbol: __libc_single_threaded `. You need to take extra configurations. Also, according to this [issue](https://github.com/llvm/llvm-project/issues/97314), LLVM 16 is no longer maintained on Ubuntu 24.04 (noble). And instead, you might want `brew` to install LLVM 16 for your Ubuntu 24.04. +{% /details %} ## Install Dependencies