https://github.com/zchee/go-libclang
https://github.com/zchee/go-libclang
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zchee/go-libclang
- Owner: zchee
- License: mit
- Created: 2016-07-29T02:17:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T11:39:03.000Z (over 9 years ago)
- Last Synced: 2025-01-16T19:50:07.616Z (about 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-libclang
===========
C completion library written in Go.
Currentpy not works.
## Required
On GNU/Linux
```sh
apt-get install llvm-dev clang libclang-dev
```
## Build
go-libclang depends [go-clang/v3.7](https://github.com/go-clang/v3.7)
```sh
CGO_LDFLAGS="-L`llvm-config --libdir`" go get -u -v -x github.com/go-clang/v3.7/...
```
fetch the go-libclang.
```sh
go get -u -v -x github.com/zchee/go-libclang/...
```
building.
```sh
make
```
test use boost-asio example code.
```sh
make run
```