在Linux下安装Quartus II
本文介绍如何在Centos 5.3上安装Quartus II 7.2 (这是我手头那块开发版配套版本,其他版本没有试过,估计也差不多)
1. 进入光碟目录
[xzeng@xzeng-desktop linux]$ pwd
/media/Altera Software/quartus/linux
2. 运行install进行安装
[root@esig linux]# ./install
Quartus II 7.2 Installation Script for UNIX Workstations
Copyright (c) Altera Corporation 2007
Type Ctrl+C <Return> to quit this installation script at any time.
Use this installation script to install the Quartus II software,
including sample/tutorial files, interfaces to other EDA tools,
and the Quartus II device family information.
Press <Return> to continue normal installation or type <s>
to select the components to install: s
Custom install selected ...
Type the full pathname of the directory where you want to
install the Quartus II 7.2 software.
(default: /opt/altera7.2/quartus7.2):
You may install any or all of the following Altera device families:
Enter this: Family Name Size (kbytes)
----------- ------------------------ -------------
stx2 Stratix II 176600k
agx Arria GX 58644k
hii
相关文档:
oracle RAC 9.2.0.4升级到9.2.0.8
操作系统平台:Red Hat Enterprise Linux AS release 3
准备工作:
1. Check Tablespace Sizes and Set Parameter Values
&nb ......
作者:lch
matlab
for
Linux
安装
(
安装方法文档是从网上查资料+
实践得到的 )
一.
安装
1.
首先需要建立安装目录
[wzh@localhost ~]$ su
[root@localhost ~]$ mkdir /usr/matlab
2.
然后加载光盘映像
[root@localhost wzh]# mount -o loop -t iso9660
/mnt/hda7 ......
写在前面的话
Linux Device Driver 尝试着看了好几遍,总感觉理解不够透彻,很多东西经不住问,
才深深的意识到,要走进浩瀚无边的 Linux 世界,并不是一蹴而就的事情。我决心从理论到
实践,再一次走一边这本书,同时记录下自己的心得,和大家一起分享,一起讨论,一起进
步。
&nb ......
初学Linux,做学习笔记之用。也请高手们多多指教!
Linux命令组成:shell内部命令+shell外部命令
shell内部命令:最简单最常用的命令,在shell启动时进入内存
shell外部命令:独立的可执行程序。是一些使用工具程序
Linux命令的格式:
命令体 [选项] [命令的参数,命令的对象]&n ......
1. 下载 ACE 5.7.
从 http://download.dre.vanderbilt.edu/ 下载 ACE+TAO+CIAO-5.7.tar.gz包。
2. 解压
将压缩包copy到linux目录/data/ACE里,然后解压, tar -zxvf ACE+TAO+CIAO-5.7.tar.gz。
解压后的目录是 /data/ACE_wrappers.
3. 配置config.h和platform_macros.GNU。
官方文档上是这么写的:
......