Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aburdulescu/libclang
- Owner: aburdulescu
- Created: 2023-01-20T17:03:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T11:08:30.000Z (9 months ago)
- Last Synced: 2024-05-02T06:58:11.455Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.