Mac OSX
The image you download is an executable file and your license keys
are embedded in it.
You will need to run the executable from a terminal window.
In case your browser did not preserve the permissions, do:
 |
chmod +x installer_binary
|
Then run the installer:
 |
sudo su -
cd download-dir
./installer_binary
|
When prompted, enter your own password.
The default is to run the graphical installer.
To run the command-line installer, set the destination directory on the
command line:
 |
./installer_binary destination_dir
|
| |