Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
940b64d
)
Fix format error
75/33275/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Wed, 12 Apr 2017 00:33:36 +0000
(08:33 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Wed, 12 Apr 2017 00:33:36 +0000
(08:33 +0800)
Change-Id: I764c30f8b3a170e8428b3943e3341b4388fbd8a1
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
DEVELOP.md
patch
|
blob
|
history
diff --git
a/DEVELOP.md
b/DEVELOP.md
index
7531819
..
5a7f45a
100644
(file)
--- a/
DEVELOP.md
+++ b/
DEVELOP.md
@@
-38,6
+38,7
@@
Undering macOS system, it will happen to a **fatal error** when installing packa
```
It is for macOS uses TLS instead of OpenSSL and no header files supported. The solutions is:
+
``` code=bash
# brew install openssl
@@
-102,3
+103,4
@@
If you want to include a new repository of third party code. Use
```
git subrepo clone <remote-url> [<subdir>]
```
+