An open API service indexing awesome lists of open source software.

https://github.com/nervjs/taro-harmony-capi-library


https://github.com/nervjs/taro-harmony-capi-library

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Taro Harmony CPP Library

## 注意事项

1. clang-format 报错

安装 llvm:

```shell
brew install llvm
```

配置环境变量:

```config
# ~/.bashrc
export PATH="$(brew --prefix llvm)/bin:$PATH"
```