LLVMVM
By Chris Cates :star:
LLVM Version Manager and Downloader for Unix
Usage
- Install via npm or yarn:
sudo npm install @chriscates/llvmvm -g
yarn global add @chriscates/llvmvm
- Interact with LLVMVM and install what you need:
llvmvm --help
llvmvm --scan
llvmvm --scanv 45
llvmvm --install --version 45 --binary 15
Compiling for yourself
Assuming you have Typescript Compiler installed for Node.js... All you need to do is run:
yarn build
yarn start --help
Additional Notes
-
This project pulls versions from https://llvm.org/
. llvmvm will always be up to date... Unless llvm.org migrates to a different website.
-
Make sure to verbosely specify the OS you want to install llvm for.
-
MIT Licensed :heart: