summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-08-23 17:35:27 +0200
committeraristocratos <gnmjpl@gmail.com>2021-08-23 17:35:27 +0200
commit03f64c22defd801685de3bb92f4429dbe2808e83 (patch)
treeed196df5097ecaaf77dbdd50bb58519f564a32b5 /README.md
parentb2e0707c3265d47d4abcc5e83dcdfef1a0505529 (diff)
Added btop_platform.cpp, moved btop_linux.cpp to btop_linux.hpp and updated robin_hood.h
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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
```