Difference between revisions of "Quartus installation on Linux"
From ArmadeusWiki
(New page: == Introduction == [http://www.altera.com/products/software/quartus-ii/web-edition/qts-we-index.html Quartus web edition] is the software used to synthesize bitstream for Altera FPGAs. It...) |
|||
Line 15: | Line 15: | ||
Download the big (4GB) quartus installer [http://www.altera.com/products/software/quartus-ii/web-edition/qts-we-index.html here](clic on download software web edition button). | Download the big (4GB) quartus installer [http://www.altera.com/products/software/quartus-ii/web-edition/qts-we-index.html here](clic on download software web edition button). | ||
+ | |||
+ | === Uncompress and install== | ||
+ | |||
+ | * Untar the archive : | ||
+ | |||
+ | <pre class="host"> | ||
+ | tar -xvf Quartus-web-14.0.0.200-linux.tar | ||
+ | </pre> | ||
+ | |||
+ | * run the installer: | ||
+ | |||
+ | <pre class="host"> | ||
+ | bash setup.sh | ||
+ | </pre> |
Revision as of 08:52, 21 October 2014
Contents
Introduction
Quartus web edition is the software used to synthesize bitstream for Altera FPGAs. It's required for the cyclone V soldered on APF6SP.
Installation guide
Package needed
On debian jessie :
sudo apt-get install libstdc++5 libmotif4 libxp6 libcurl3
Download
Download the big (4GB) quartus installer here(clic on download software web edition button).
= Uncompress and install
- Untar the archive :
tar -xvf Quartus-web-14.0.0.200-linux.tar
- run the installer:
bash setup.sh