Difference between revisions of "ISE WebPack installation on Linux"
From ArmadeusWiki
(creation) |
m |
||
Line 3: | Line 3: | ||
* download '''ISE WebPACK - WebInstall''' archive (''WebPACK_WebInstall_91i.zip'') from here: [http://www.xilinx.com/ise/logic_design_prod/webpack.htm]. You will need to create a Xilinx's account and register before being able to download files (it's free). | * download '''ISE WebPACK - WebInstall''' archive (''WebPACK_WebInstall_91i.zip'') from here: [http://www.xilinx.com/ise/logic_design_prod/webpack.htm]. 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/'' | * unzip the archive somewhere, for example ''$HOME/xilinx/'' | ||
− | * open a shell and go in: | + | * open a shell and go in the directory created after unziping: |
$ cd $HOME/xilinx/WebPACK_WebInstall_91i.zip_FILES/bin/lin/ | $ cd $HOME/xilinx/WebPACK_WebInstall_91i.zip_FILES/bin/lin/ | ||
* add executable rights to some files: | * add executable rights to some files: | ||
Line 11: | Line 11: | ||
* launch installation: | * launch installation: | ||
$ ./setup | $ ./setup | ||
− | * when asked for a Registration ID then enter the one you received by email from Xilinx ????? | + | * Follows the instructions of the graphical interface and when asked for a Registration ID then enter the one you received by email from Xilinx ????? |
+ | |||
+ | ==Links== | ||
+ | * [[Image:FrenchFlag.png]] [[Installation_de_ISE_sur_Ubuntu_Linux]] |
Revision as of 11:58, 3 July 2007
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 the directory created after unziping:
$ 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
- Follows the instructions of the graphical interface and when asked for a Registration ID then enter the one you received by email from Xilinx ?????