File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
CN/modules/ROOT/pages/v5.0
EN/modules/ROOT/pages/v5.0 Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,14 @@ $ sudo yum --disablerepo=* localinstall *.rpm
8989== 源码安装
9090** 安装依赖
9191```
92+ # CentOS
9293$ sudo dnf install -y bison readline-devel zlib-devel openssl-devel
9394$ sudo dnf groupinstall -y 'Development Tools'
95+
96+ # Ubuntu
97+ $ sudo apt install -y bison libreadline-dev zlib1g-dev libssl-dev
98+ $ sudo apt install -y build-essential
99+ $ sudo apt install -y pkg-config uuid-dev
94100```
95101** 获取IvorySQL源代码
96102```
Original file line number Diff line number Diff line change @@ -90,8 +90,14 @@ IvorySQL then will be installed in the /usr/ivory-5/ directory.
9090== Source code installation
9191** Installing dependencies
9292```
93+ # CentOS
9394$ sudo dnf install -y bison readline-devel zlib-devel openssl-devel
9495$ sudo dnf groupinstall -y 'Development Tools'
96+
97+ # Ubuntu
98+ $ sudo apt install -y bison libreadline-dev zlib1g-dev libssl-dev
99+ $ sudo apt install -y build-essential
100+ $ sudo apt install -y pkg-config uuid-dev
95101```
96102** Getting source code
97103```
You can’t perform that action at this time.
0 commit comments