Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cn/docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Linux:
仅测试了(x32/x64): Centos >= 5.x, Debian >= 5.x
GCC版本: >= 4.4.x

[root @ localhost ~]# yum install openssl-devel
[root @ localhost ~]# yum install mysql-server
[root @ localhost ~]# yum install mysql-devel
[root @ localhost ~]# yum install openssl-devel (在Ubuntu类系统上, 使用 "apt-get install libssl-dev")
[root @ localhost ~]# yum install mysql-server (在Ubuntu类系统上, 使用 "apt-get install mysql-server")
[root @ localhost ~]# yum install mysql-devel (在Ubuntu类系统上, 使用 "apt-get install libmysql-dev")

[root @ localhost ~]# cd kbengine/kbe/src
[root @ localhost/ src]# chmod -R 755 .
Expand Down
6 changes: 3 additions & 3 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Linux:
Test System (x32/x64): Centos >= 5.x, Debian >= 5.x, Redhat, Ubuntu
The compiler GCC: >= 4.4.x

[root @ localhost ~]# yum install openssl-devel
[root @ localhost ~]# yum install mysql-server
[root @ localhost ~]# yum install mysql-devel
[root @ localhost ~]# yum install openssl-devel (On Ubuntu, use "apt-get install libssl-dev")
[root @ localhost ~]# yum install mysql-server (On Ubuntu, use "apt-get install mysql-server")
[root @ localhost ~]# yum install mysql-devel (On Ubuntu, use "apt-get install libmysql-dev")

[root @ localhost ~]# cd kbengine/kbe/src
[root @ localhost/ src]# chmod -R 755 .
Expand Down