ISE WebPack installation on Linux
From ArmadeusWiki
Xilinx WebPack installation instructions for Linux.
Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...
- download ISE WebPACK - WebInstall archive (WebPACK_WebInstall_91i.zip) from here: [1]. You will need to create a Xilinx's account and register before being able to download files (it's free).
- unzip the archive somewhere, for example $HOME/xilinx/
- open a shell and go in:
$ cd $HOME/xilinx/WebPACK_WebInstall_91i.zip_FILES/bin/lin/
- add executable rights to some files:
$ chmod a+x setup _setup xinfo _xinfo xinfoenv
- defines LD_LIBRARY_PATH:
$ export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
- launch installation:
$ ./setup
- when asked for a Registration ID then enter the one you received by email from Xilinx ?????