summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-07-21 03:30:41 +0200
committeraristocratos <gnmjpl@gmail.com>2021-07-21 03:30:41 +0200
commit5460ed5460ece8fbf5d173fd8f9390a381b06f0b (patch)
treec46967a80af78fbd7be890c4d250792837ba7e41 /README.md
parent4dab58a570fa832a8142f6fb16ba831c448d3d01 (diff)
Removed gcc 10 instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
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)