diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-12 07:53:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-12 07:53:55 +0000 |
commit | 984be06d90caa765bf8bc035546f0e33e7784dec (patch) | |
tree | a68645d78c7336555197282b45920c868f75f2f8 | |
parent | e79ae4c30aa923b0d3a0890d092048c21b8f7bba (diff) | |
parent | 6e7619ff0ade2b24613fe3d2097265111ef5c2af (diff) |
Merge "Fix format error"
-rw-r--r-- | DEVELOP.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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>] ``` + |