From 03f64c22defd801685de3bb92f4429dbe2808e83 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Mon, 23 Aug 2021 17:35:27 +0200 Subject: Added btop_platform.cpp, moved btop_linux.cpp to btop_linux.hpp and updated robin_hood.h --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0ffe6ce..6f9da06 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ Options menu. #### Manual compilation and installation -Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in compiled binary). -The makefile also needs GNU coreutils and sed installed. +Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in the compiled binary). +The makefile also needs GNU coreutils and sed (should already be installed on any modern distribution). >Install dependencies (example for Ubuntu 21.04 Hirsute) @@ -142,7 +142,7 @@ sudo apt install coreutils sed git build-essential gcc-11 g++-11 ``` bash git clone https://github.com/aristocratos/btop.git cd btop -# use "make -j X" where X is threads, to manually set number of threads, the makefile will use all available cores by default +# use "make -j X" where X is threads, to manually set number of threads, the makefile will use all available cores by default on Make 4.3+ make ``` -- cgit v1.2.3