Skip to content

Commit

Permalink
Merge pull request #48 from yaojingguo/fix-issue-46-master
Browse files Browse the repository at this point in the history
Add description about PATH configuration
  • Loading branch information
shabicheng authored Sep 16, 2020
2 parents e00a255 + 889dd32 commit 94c5bdc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安
```

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

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

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

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

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

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

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


Expand Down

0 comments on commit 94c5bdc

Please sign in to comment.