Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aburdulescu/libclang

Precompiled libclang.so for Linux
https://github.com/aburdulescu/libclang

Last synced: about 2 months ago
JSON representation

Precompiled libclang.so for Linux

Awesome Lists containing this project

README

        

# libclang

Precompiled libclang.so for Linux.

## How to create a new release

Start Ubuntu 18.04(using this to have an older glibc) docker container: `./docker.sh`

Then in that container:

Install needed tools: `./tools.sh`

Build: `./build.sh`

Create tarball: `./tarball.sh`

Create release manually on github and attach tarball.