Add Clang and LLVM
This commit is contained in:
parent
0ecf68bf69
commit
7369b75868
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ cd %USERPROFILE%\opt\7zip
|
|||
%USERPROFILE%\Downloads\7zr.exe x %USERPROFILE%\Downloads\7z2201-x64.exe</code></pre>
|
||||
<p>The 7zip path can then be added to the <code>%PATH%</code> environment variable.</p>
|
||||
|
||||
<h2>Clang & LLVM</h2>
|
||||
<p><a href="https://github.com/llvm/llvm-project/releases/latest">Download</a></p>
|
||||
<p>Download the <a href="https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/LLVM-16.0.0-win64.exe">LLVM-16.0.0-win64.exe</a> installer.
|
||||
Extract this into a folder using the <code>7z.exe</code> command from 7-Zip, and add the path to <code>%PATH%</code>.</p>
|
||||
|
||||
<h2>Firefox</h2>
|
||||
<p><a href="https://www.mozilla.org/en-US/firefox/all/#product-desktop-release">Download</a></p>
|
||||
<p>Use the non-MSI installer for per-user installation.</p>
|
||||
|
|
Loading…
Reference in a new issue