✳flâneur — a map of the web's best reading
Installing Vivado on NixOS | Oliver Kovacs
oliverkovacs.dev · 791 words · saved by 1 readers
Introduction
Introduction # I hate Vivado but I am forced to use it at university. It is notoriously complicated to set up on Linux and using NixOS has caused me extra difficulties. In this post I will detail how to install Vivado 2019.2 on nixos-unstable . Other combinations of versions may or may not work. Installing # Download Vivado HLx 2019.2: All OS installer Single-File Download from the Xilinx website . Extract it using cd ~/Downloads && tar xzvf Xilinx_Vivado_2019.2_1106_2127.tar.gz In the extracted directory create a shell.nix file with the following content: # shell.nix { pkgs ? import < nixpkgs
Explore this link on the map →saved by
related reading
- on compatibility - starting from nixnicoles.substack.com
- NixOS Manualnixos.org
- nothing to prove - starting from nixnicoles.substack.com
- Reddit - Please wait for verificationreddit.com
- The Arch Linux Handbook – Learn Arch Linux for Beginnersfreecodecamp.org
- Porting Mac OS X to the Nintendo Wii | Bryan Keller’s Dev Blogbryankeller.github.io
- How to Install Node.js and NPM on a Macblog.teamtreehouse.com
- Get Startedpytorch.org
- GitHub - nikivdev/go: Go tools, libraries · GitHubgithub.com
- Build from Source - Installghostty.org
- GitHub - ajeetdsouza/zoxide: A smarter cd command. Supports all major shells. · GitHubgithub.com
- you can have everything - starting from nixstartingfromnix.com