Skip to content

Commit

Permalink
edit linux build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta authored Nov 10, 2023
1 parent bbf3e5c commit 7ed816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 7ed816c

Please sign in to comment.