From 7ec360246064a4159be8c40ec3f6b885b3b22e6b Mon Sep 17 00:00:00 2001 From: Stan Kladko <13399135+kladkogex@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:12:41 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c5d0defbd..e4b1df798 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Historically skaled started by forking [Aleth](https://github.com/ethereum/aleth ### OS requirements -Skaled builds and runs on Ubuntu 20.04 and 22.04 +Skaled officially builds and runsb and is tested on on Ubuntu 22.04. You may build and run it on other Ubuntu versions at your own risk. ### Clone repository @@ -70,11 +70,11 @@ NB cmake needs to be of version >=3.21, git of version >=2.18 ### (for Ubuntu 20.10 or later) Set gcc-9 as default compiler ``` -sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 -sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 9 -sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-9 9 -sudo update-alternatives --install /usr/bin/gcov-dump gcov-dump /usr/bin/gcov-dump-9 9 -sudo update-alternatives --install /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-9 9 +sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 +sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11 +sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-11 11 +sudo update-alternatives --install /usr/bin/gcov-dump gcov-dump /usr/bin/gcov-dump-11 11 +sudo update-alternatives --install /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-11 11 gcc --version ```