Updated requirements
Added gcc and splitrequirements into Linux (and eventually Windows and Mac)stable
parent
58f1163623
commit
cf69948108
|
|
@ -4,16 +4,24 @@ This reroutes sites to 0.0.0.0 in order to block them from being reached by addi
|
||||||
|
|
||||||
## Requirements to install and run
|
## Requirements to install and run
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
|
- gcc
|
||||||
|
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- libcurl4-gnutls-dev
|
- libcurl4-gnutls-dev
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
sudo make reinstall
|
sudo make reinstall
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue