Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.