mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-26 08:14:07 +00:00
More Quartus 64bit instructions
This commit is contained in:
committed by
GitHub
parent
14bb2e028c
commit
5e0ddb3512
@@ -28,11 +28,18 @@ libexpat1, libxrender1, libsm6. For example, on Ubuntu, enter this in a terminal
|
||||
$ sudo apt install libc6:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386 libxau6:i386 libxdmcp6:i386 libfreetype6:i386 libfontconfig1:i386 libexpat1:i386 libxrender1:i386 libsm6:i386
|
||||
```
|
||||
libpng12 is also needed but not available anymore. On Ubuntu, you can get it here instead:
|
||||
https://packages.ubuntu.com/xenial/i386/libpng12-0/download.
|
||||
|
||||
- 32bit: https://packages.ubuntu.com/xenial/i386/libpng12-0/download
|
||||
- 64bit: https://packages.ubuntu.com/xenial/amd64/libpng12-0/download
|
||||
|
||||
Finally, the setup.sh file for Quartus 13.1 shall be run with:
|
||||
```
|
||||
$ bash setup.sh
|
||||
```
|
||||
Quartus itself can be run with the command (omit --64bit for the 32bit version):
|
||||
```
|
||||
$ ~/altera/13.1/quartus/bin/quartus --64bit
|
||||
```
|
||||
|
||||
Once installed Quartus will allow you to import the [led.qar](https://github.com/mist-devel/mist-board/raw/master/tutorials/led/led.qar) archive. Use the qar import by selecting "Restore Archived Project..." from the "Project" menu.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user