...
Summary of Installation Commands
Code Block |
---|
unix> cd $IDL_LOCAL |
...
unix> svn |
...
export http://www.sdss3.org/svn/repo/idlutils/tags/v5_4_20 idlutils [Downloads idlutils] unix> svn export http://www.sdss3.org/svn/repo/idlspec2d/tags/v5_4_30 idlspec2d [Downloads idlspec2d] [Follow instructions on SDSS3 website for compiling idlutils and idlspec2d] unix> svn co https://svn.ucolick.org/xidl/trunk |
...
xidl [NOTE: Downloads xidl |
...
] |
...
unix> gunzip fire_v1.0.tar.gz
unix> tar xvf fire_v1.0.tar
...
unix> svn co svn://pele.mit.edu//FIRE FIRE [Downloads FIRE] unix> setenv FIRE_DIR $IDL_LOCAL/FIREHOSE/ |
...
[NOTE: this should probably be put in your .cshrc or .bashrc file |
...
] |
...
unix> idl |
Code Block |
---|
IDL> which, "x_specplot" |
...
% Compiled module: WHICH. |
...
% Compiled module: STRSPLIT. |
...
Module X_SPECPLOT Not Compiled. |
...
Other Files Containing Module X_SPECPLOT in IDL !path: |
...
/Users/Rob/idl/........./x_specplot.pro |
...
IDL> firehose |
<GUI appears if installed correctly>
...