Specifications
CHAPTER 1: INSTALLING ALTERA SOFTWARE
INSTALLING DOWNLOADED ALTERA SOFTWARE
11 ■ ALTERA SOFTWARE INSTALLATION AND LICENSING ALTERA CORPORATION
2. Download any software listed in “Individual Software” on page 8 from
the Download Center.
3. For Windows, double-click the Altera software installation application
(<version_software>_windows.exe file to launch the Altera Installer.
The Altera Installer guides you through the download and installation
process.
4. For Linux, extract and run the <version_software>_linux.sh file for
Linux) to launch the Altera Installer. Follow these steps:
a. At a new terminal window, ensure that the DISPLAY variable is
set with a valid X display for a GUI.
b. Navigate to the directory where the
10.0_<product_name>_linux.sh file is located. Make sure the
directory is writable and has sufficient disk space.
c. Type the following command at a command prompt:
$ ./ 10.0cb_quartus_linux.sh r
This command extracts the <version_software>_linux.sh file. The
Altera Installer then launches and guides you through the
download and installation process.
Installing Software at the Command Prompt
You can install Altera software for Windows or Linux at the command line
with a custom installation script using command-line arguments. You can
download and immediately install software, or download software first, and
then install later.
To install Altera software from the command line, write a custom
installation script that installs the software with options that you specify.
You can run the Altera Installer executable,
altera_installer_cmd.exe<subcommand>[options] (Windows) or
altera_installer_cmd <subcommand>[options] (Linux), iteratively, using
command-line arguments for different functions.
For example, the altera_installer_cmd.exe –all --net command installs all
software available from the Altera Installer for Windows via an Internet
connection. Also, the altera_installer_cmd --help command shows Help for
the Altera Installer for Linux.