Skip to content

Commit 94c5bdc

Browse files
authored
Merge pull request #48 from yaojingguo/fix-issue-46-master
Add description about PATH configuration
2 parents e00a255 + 889dd32 commit 94c5bdc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
100100
```
101101

102102
注意:
103-
- 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/
103+
- 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/并且把/your/install/path/bin
104+
加到PATH中去。
104105

105106
##### apr (建议 1.5.2 及以上版本)
106107

@@ -112,7 +113,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
112113
```
113114

114115
注意:
115-
- 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/
116+
- 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/并且把/your/install/path/bin
117+
加到PATH中去。
116118

117119
##### apr-util (建议 1.5.4 及以上版本)
118120

@@ -124,7 +126,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
124126
```
125127

126128
注意:
127-
- 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/
129+
- 执行./configure时默认是配置安装目录为/usr/local/,如果需要指定安装目录,请使用 ./configure --prefix=/your/install/path/并且把/your/install/path/bin
130+
加到PATH中去。
128131
- 需要通过--with-apr指定apr安装目录,如果apr安装到系统目录下需要指定--with-apr=/usr/local/apr/
129132

130133

0 commit comments

Comments
 (0)