Hi
My experience with installation of quartus 7.1 on feisty fawn(Ubuntu 7.04):
00) before everything you have to install tcsh and csh.
01) cd /bin
02) mv csh chs_
03) ln -sf tcsh csh
04) cd your_quartus_installation_files
05) ./install
06) cd your_devinfo_installation_files
07) ./install
08) cd /bin
09) ln -sf bash sh
10) export QUARTUS_ROOTDIR=your_quartus_path
11) cd your_nios2eds_installation_files
12) ./install
13) cd /bin
14) mv csh_ csh
15) ln -sf dash sh
16) edit /etc/udev/rules.d/40-permissions.rules and add to the end of this file :
# Altera USB-Blaster
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", SYMLINK+="usbblaster"
where :
your_quartus_installation_files is the path for quartus installation files
your_devinfo_installation_files is the path for device informatioin installation files
your_quartus_path = path where you've installed quartus
sometimes, for run quartus, I've to call it twice for get working.
If you get segmentation fault, try to remove your ~/.altera.quartus