From 5460ed5460ece8fbf5d173fd8f9390a381b06f0b Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 21 Jul 2021 03:30:41 +0200 Subject: Removed gcc 10 instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b8b9d83..c66ace2 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ Needs GCC/G++ 11 or higher, (GCC 10 is missing some C++20 features). ``` bash sudo apt install git build-essential gcc-11 g++-11 - # On earlier Ubuntu versions that don't have gcc-11 and g++-11 replace with gcc-10 and g++-10 ``` >Clone and compile @@ -141,15 +140,15 @@ sudo apt install git build-essential gcc-11 g++-11 git clone https://github.com/aristocratos/btop.git cd btop make - # use "make -jX" where X is your number of cores for multithreaded compilation +# use "make -jX" where X is your number of cores for multithreaded compilation ``` >to install ``` bash sudo make install - # use "make install PREFIX=/target/dir" to set target, default: /usr/local - # only use "sudo" when installing to a NON user owned directory +# use "make install PREFIX=/target/dir" to set target, default: /usr/local +# only use "sudo" when installing to a NON user owned directory ``` >to make btop always run as root (to enable signal sending to any process and for /proc read permissions on some systems) -- cgit v1.2.3