Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/llvm-build-script
clang/LLVM build script
https://github.com/syoyo/llvm-build-script
Last synced: 18 days ago
JSON representation
clang/LLVM build script
- Host: GitHub
- URL: https://github.com/syoyo/llvm-build-script
- Owner: syoyo
- License: mit
- Created: 2019-02-25T04:17:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T10:27:55.000Z (over 5 years ago)
- Last Synced: 2024-10-16T13:21:42.251Z (2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clang/LLVM build script
## Requirements
* curl
* cmake
* clang compiler## Procedure
First download source codes.
Edit variables in `download.sh`, then```
./download.sh
```## Build & install
Edit variables in `build.sh`, then
```
./build.sh
```Built package will be installed
## TODO
* [ ] file size and hashsum check of downloaded files.