File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
仅测试了(x32/x64): Centos >= 5.x, Debian >= 5.x
26
26
GCC版本: >= 4.4.x
27
27
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")
31
31
32
32
[root @ localhost ~]# cd kbengine/kbe/src
33
33
[root @ localhost/ src]# chmod -R 755 .
Original file line number Diff line number Diff line change 25
25
Test System (x32/x64): Centos >= 5.x, Debian >= 5.x, Redhat, Ubuntu
26
26
The compiler GCC: >= 4.4.x
27
27
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")
31
31
32
32
[root @ localhost ~]# cd kbengine/kbe/src
33
33
[root @ localhost/ src]# chmod -R 755 .
You can’t perform that action at this time.
0 commit comments