-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update setup document for m1 mac: install llvm@12 via homebrew (#56
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,15 @@ | |
2. Install [email protected] ➡ brew install [email protected] | ||
3. Check out openssl installed @`/opt/homebrew/opt/[email protected]/lib/libssl.1.1.dylib` | ||
## Build LLVM from Source | ||
## Install LLVM | ||
You can install LLVM@12 from brew or build it from source | ||
### Install LLVM from brew | ||
1. Install llvm@12 ➡ brew install llvm@12 | ||
### Build LLVM from Source | ||
1. Go to the folder where you want to build the LLVM source | ||
2. Download LLVM 12.0.0 source from [http://releases.llvm.org/download.html](http://releases.llvm.org/download.html) and unpack source .tar.xz with tar -xJf [archive] | ||
|
Submodule plugins
updated
from 23fc58 to 3a6080