Update README.md

This commit is contained in:
John Zhao 2018-04-14 14:56:26 +08:00
parent 122fff1722
commit c3bac16750

View File

@ -4,6 +4,31 @@
MYNT® EYE SDK 2.0 is a cross-platform library for MYNT® EYE cameras. MYNT® EYE SDK 2.0 is a cross-platform library for MYNT® EYE cameras.
## Usage
```bash
$ make
Usage:
make help show help message
make apidoc make api doc
make opendoc open api doc (html)
make init init project
make build build project
make test build test and run
make install install project
make samples build samples
make ros build ros wrapper
make clean|cleanall clean generated or useless things
```
Init project, build samples and run someone.
```bash
make init
make samples
./samples/_output/bin/device/camera_d
```
## License ## License
This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd. This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd.