Commit 3a3e5d48 authored by Gan Quan's avatar Gan Quan
Browse files

submodule descriptions

parent bd7e269f
...@@ -16,6 +16,18 @@ Show below, there are three sets of APIs for different models. ...@@ -16,6 +16,18 @@ Show below, there are three sets of APIs for different models.
## How to build (the `cpp` branch) ## How to build (the `cpp` branch)
Before building, make sure that the submodules are cloned. If you haven't initialized the submodules, run
```sh
$ git submodule init
```
To sync the submodules, run
```sh
$ git submodule update
```
At the root directory of the repo: At the root directory of the repo:
```sh ```sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment