Skip to content

Commit 274c396

Browse files
authored
Merge pull request #89 from balinorLiang/v1.8_release
fixed typo for release 1.8
2 parents c1df0be + d1befb7 commit 274c396

File tree

1 file changed

+5
-4
lines changed
  • CN/modules/ROOT/pages/v1.8

1 file changed

+5
-4
lines changed

CN/modules/ROOT/pages/v1.8/6.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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'
8181
3.自行编译安装:前面通过获取的源码在文件夹IvorySQL里,接下来我们就进入这个文件夹进行操作。
8282

8383
3.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 手册。

0 commit comments

Comments
 (0)