File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
100
100
```
101
101
102
102
注意:
103
- - 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/
103
+ - 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/并且把/your/install/path/bin
104
+ 加到PATH中去。
104
105
105
106
##### apr (建议 1.5.2 及以上版本)
106
107
@@ -112,7 +113,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
112
113
```
113
114
114
115
注意:
115
- - 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/
116
+ - 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/并且把/your/install/path/bin
117
+ 加到PATH中去。
116
118
117
119
##### apr-util (建议 1.5.4 及以上版本)
118
120
@@ -124,7 +126,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
124
126
```
125
127
126
128
注意:
127
- - 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/
129
+ - 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/并且把/your/install/path/bin
130
+ 加到PATH中去。
128
131
- 需要通过--with-apr指定apr安装目录,如果apr安装到系统目录下需要指定--with-apr=/usr/local/apr/
129
132
130
133
You can’t perform that action at this time.
0 commit comments