mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
BUILD_UNIX.md: add g++ as a build requirement for cpu_features
This commit is contained in:
parent
6f347003ce
commit
c6fc0ccad4
@ -36,7 +36,7 @@ sudo yum -y install cmake ncurses-devel openssl-devel readline-devel zlib-devel
|
||||
|
||||
## Install Requirements on Debian/Ubuntu
|
||||
```bash
|
||||
sudo apt -y install cmake gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev
|
||||
sudo apt -y install cmake gcc g++ libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user