[v0.99] Explicitly say that gcc and make is needed to compile the project as suggested by #102

This commit is contained in:
Dr-Noob
2021-08-08 18:30:43 +02:00
parent 8c3e7cdd60
commit fb41a1f3fa

View File

@@ -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