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

Skip to content

Commit 203b3e2

Browse files
authored
Merge pull request #7 from luochuanyuewu/master
添加基于Ubuntu类系统的构建命令。
2 parents a48f34e + 9e88a89 commit 203b3e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cn/docs/build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Linux:
2525
仅测试了(x32/x64): Centos >= 5.x, Debian >= 5.x
2626
GCC版本: >= 4.4.x
2727

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

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

docs/build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Linux:
2525
Test System (x32/x64): Centos >= 5.x, Debian >= 5.x, Redhat, Ubuntu
2626
The compiler GCC: >= 4.4.x
2727

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

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

0 commit comments

Comments
 (0)