Update README.md
Add libcurl to apt command
This commit is contained in:
parent
82fb9def9e
commit
0d945bd202
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -65,11 +65,11 @@ On Windows, [Magic Builder](https://github.com/pvpgn/pvpgn-magic-builder) is a c
|
|||
|
||||
#### Ubuntu / Debian
|
||||
```
|
||||
apt install build-essential git cmake zlib1g-dev
|
||||
apt install liblua5.1-0-dev # Lua support
|
||||
apt install mysql-server mysql-client libmysqlclient-dev # MySQL support
|
||||
apt install sqlite3 libsqlite3-dev # SQLite3 support
|
||||
apt install postgresql libpq-dev # PostgreSQL support
|
||||
apt install -y build-essential git cmake zlib1g-dev libcurl4-openssl-dev
|
||||
apt install -y liblua5.1-0-dev # Lua support
|
||||
apt install -y mysql-server mysql-client libmysqlclient-dev # MySQL support
|
||||
apt install -y sqlite3 libsqlite3-dev # SQLite3 support
|
||||
apt install -y postgresql libpq-dev # PostgreSQL support
|
||||
```
|
||||
|
||||
#### CentOS 8
|
||||
|
|
Loading…
Add table
Reference in a new issue