File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
CN/modules/ROOT/pages/v1.8 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515
1616|====
1717|操作系统|RPM包下载地址
18- |CentOS 7、CentOS 8 |https://github.com/IvorySQL/IvorySQL/releases
18+ |CentOS 7|https://github.com/IvorySQL/IvorySQL/releases
1919|====
2020
2121
@@ -81,9 +81,10 @@ sudo yum groupinstall -y 'Development Tools'
81813.自行编译安装:前面通过获取的源码在文件夹IvorySQL里,接下来我们就进入这个文件夹进行操作。
8282
83833.1 配置:Root用户执行以下命令进行配置:
84- git checkout tags/Ivory_REL_1_8
85- ./configure --prefix=/usr/local/ivorysql/ivorysql-1.8
86-
84+ ----
85+ git checkout tags/Ivory_REL_1_8
86+ ./configure --prefix=/usr/local/ivorysql/ivorysql-1.8
87+ ----
8788> 说明: 由于没有提供 `--prefix`,默认安装在 `/usr/local/ivorysql`,故需要指定路径。
8889>
8990> 注意:我们要记住指定的目录,因为系统查不出已经编译安装的程序在哪。更多 configure 参数通过 `./configure --help` 查看。还可以查看 PostgreSQL 手册。
You can’t perform that action at this time.
0 commit comments