Windows installer #876
Replies: 2 comments
-
|
You can also now install it with the Windows package manager: |
Beta Was this translation helpful? Give feedback.
-
|
Compiling Xilinx libraries in Windows command prompt failed: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting from 1.12 there is now a standalone Windows MSI installer on the releases page:
nvc-1.12.0.msi
This is built in the Clang MSYS2 environment but packages all the required dependencies so that no MSYS2 installation is required. This avoids the problem where dependencies of the MSYS2 packages could quickly become out-of-date (e.g. LLVM), and is also a bit simpler for the end user.
The installer will add the
nvcbinary to the system path so it should be immediately usable from command prompt or Powershell.Please provide any feedback here.
Beta Was this translation helpful? Give feedback.
All reactions