Sources + Header Build
Added Source pulling via curl.
This commit is contained in:
parent
6110995cfb
commit
bf93e7d6c5
7 changed files with 94 additions and 3 deletions
|
|
@ -3,5 +3,12 @@
|
|||
A simple make build system to make a pure musl clang/llvm toolchain.
|
||||
Targeting x86_64.
|
||||
|
||||
# Dependencies
|
||||
Here are some dependencies required to build this toolchain:
|
||||
- a C compiler (preferably clang)
|
||||
- curl
|
||||
- make
|
||||
- POSIX Unix utilities (GNU utilities are acceptable)
|
||||
|
||||
# Credits
|
||||
* [Chimera linux](https://chimera-linux.org) - Majority of patches are sourced from chimera linux.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue