You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,9 @@ We also include a script in the repository `install-rust.sh` that downloads and
82
82
### Ubuntu
83
83
84
84
#### Ubuntu 22.04
85
-
You can install the [test toolchain](#adding-the-test-toolchain) to build and run stellar-core with the latest version of the llvm toolchain.
85
+
If you build Ubuntu with clang you have to use `libc++` instead of `libstdc++` when compiling.
86
86
87
-
Alternatively, if you want to just depend on stock Ubuntu, you will have to build with clang *and* have to use `libc++` instead of `libstdc++` when compiling.
88
-
89
-
Ubuntu 22.04 has clang-20 available but you have add LLVM apt repository dependency,
87
+
Stock Ubuntu doesn't come packaged with clang-20, so you have add LLVM apt repository dependency for it,
0 commit comments