mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
[v0.99] Explicitly say that gcc and make is needed to compile the project as suggested by #102
This commit is contained in:
@@ -60,7 +60,7 @@ Choose the right package for your operating system:
|
|||||||
If there is no available package for your OS, you can download the cpufetch binary from [the releases page](https://github.com/Dr-Noob/cpufetch/releases), or [build cpufetch from source](#22-building-from-source-linuxwindowsmacos) (see below).
|
If there is no available package for your OS, you can download the cpufetch binary from [the releases page](https://github.com/Dr-Noob/cpufetch/releases), or [build cpufetch from source](#22-building-from-source-linuxwindowsmacos) (see below).
|
||||||
|
|
||||||
## 2.2 Building from source (Linux/Windows/macOS)
|
## 2.2 Building from source (Linux/Windows/macOS)
|
||||||
Just clone the repo and use `make` to compile it
|
You will need a C compiler (e.g, `gcc`), and `make` to compile `cpufetch`. To do so, just clone the repo and run `make`:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/Dr-Noob/cpufetch
|
git clone https://github.com/Dr-Noob/cpufetch
|
||||||
|
|||||||
Reference in New Issue
Block a user