From 7ed816c5284a244a8fbcfa185bfd5d3c07124966 Mon Sep 17 00:00:00 2001 From: sunerok <8443713+justinvforvendetta@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:59:49 -0500 Subject: [PATCH] edit linux build instructions --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 6099676a..fbaf4f78 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -100,7 +100,7 @@ make make install ``` -in Ubuntu 22, a break will occur in the atomic header, this patch will fix it: +in Ubuntu 20 & 22, a break will occur in the atomic header during compile, this patch will fix it: ``` sed -i 's/__atomic_compare_exchange/__atomic_compare_exchange_db/g' ~/db-4.8.30.NC/dbinc/atomic.h ```