Difference between revisions of "Installing Rave"
(→Updating an Existing Installation) |
(→Installing Additional Components) |
||
Line 12: | Line 12: | ||
==Installing Additional Components== | ==Installing Additional Components== | ||
'''Enabling PDF export''' | '''Enabling PDF export''' | ||
+ | To export graphs to .pdf files, you need to have Ghostscript installed and on your system path. Ghostscript can be downloaded from: http://pages.cs.wisc.edu/~ghost/ (GPL Ghostscript). After installing it, you need to add its directory to your system path. | ||
+ | |||
+ | To add Ghostscript to the system path in Windows: | ||
+ | #Find the directory that contains the gswin32c.exe file (Something like C:\Program Files\gs\gs9.00\bin) | ||
+ | #Right click "My Computer" and select Properties | ||
+ | #Go to the "Advanced" tab | ||
+ | #Click the button that says "Environment Variables" | ||
+ | #In the "System Variables" list, select "Path" and click "Edit" | ||
+ | #At the end of the "Variable value" edit box, put a semicolon, then the directory path from Step 1. | ||
+ | #Click "Ok" in the edit dialog and "Ok" in the Environment Variables dialog. | ||
+ | #If MATLAB is running, you will need to restart it. |
Revision as of 14:22, 13 January 2012
Contents
Downloading Rave
Begin by downloading the latest version of Rave from http://www.rave.gatech.edu/download.shtml
Installing Rave
The .zip file you downloaded contains a single folder, called "rave". To install Rave, unzip the "rave" folder into any directory of your choosing (your main MATLAB working directory is a good place for it). Then open MATLAB, navigate to the new "rave" directory and run rave.m to start the installer. If you use MATLAB on a public computer, such as at a library, the installer will also tell you how to install Rave to a portable (usb) drive to use Rave wherever you use MATLAB.
Updating an Existing Installation
To upgrade an existing Rave installation, just delete your current "rave" folder and replace it (in the same location) with the "rave" folder from the new version's .zip file. Generally this has to be done while MATLAB is not running.
Installing Additional Components
Enabling PDF export To export graphs to .pdf files, you need to have Ghostscript installed and on your system path. Ghostscript can be downloaded from: http://pages.cs.wisc.edu/~ghost/ (GPL Ghostscript). After installing it, you need to add its directory to your system path.
To add Ghostscript to the system path in Windows:
- Find the directory that contains the gswin32c.exe file (Something like C:\Program Files\gs\gs9.00\bin)
- Right click "My Computer" and select Properties
- Go to the "Advanced" tab
- Click the button that says "Environment Variables"
- In the "System Variables" list, select "Path" and click "Edit"
- At the end of the "Variable value" edit box, put a semicolon, then the directory path from Step 1.
- Click "Ok" in the edit dialog and "Ok" in the Environment Variables dialog.
- If MATLAB is running, you will need to restart it.