https://github.com/lizhangqu/yaml
yaml for android
https://github.com/lizhangqu/yaml
Last synced: 8 months ago
JSON representation
yaml for android
- Host: GitHub
- URL: https://github.com/lizhangqu/yaml
- Owner: lizhangqu
- Created: 2017-05-14T04:09:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T04:09:58.000Z (over 8 years ago)
- Last Synced: 2025-01-08T07:40:13.349Z (10 months ago)
- Language: C++
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Yaml
将yaml-cpp移植到android上的sample
### 安装boost
```
brew update
brew install boost
brew upgrade boost
```
### 编译so
```
./gradlew :library:externalNativeBuildDebug
./gradlew :library:externalNativeBuildRelease
```