1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 08:14:58 +03:00

Merge PR #635: Add recursive checkout to gitlab-ci, also specify g++ as build dependency

This commit is contained in:
Davide Beatrici
2018-08-11 14:20:36 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

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