User Tools

Site Tools


code:work:lvisf:processing:idl:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:work:lvisf:processing:idl:start [2017/04/07 21:54] davidcode:work:lvisf:processing:idl:start [2022/03/09 15:29] (current) david
Line 1: Line 1:
 +====== IDL Installing 6.3 ======
 +
 +  - Untar the **idl_6.3_x86_64_linux.tar.gz** program into **/usr/local** <code>
 +cd /usr/local
 +sudo tar -zxvf ~/down/idl/idl_6.3_x86_64_linux.tar.gz
 +</code>
 +  - Install the package
 +    - Run the install script <code>
 +cd /usr/local/rsi
 +sudo ./install
 +</code>
 +    - Answer the following questions:
 +      - Execute the install command now? (y/n): **y**
 +      - Do you accept all of the terms of the preceding license agreement? (y/n): **y**
 +      - Do you wish to continue? (y/n): **y**
 +      - Create the symbolic links described in option 1 above? (y/n): **y**
 +      - Do you want to start the DICOM Network Services at boot time?  Root permissions are required.? (y/n): **n** (no need for this)
 +  - Make symbolic links to this library to fool it into working <code>
 +sudo apt-get install libxpm4
 +cd /usr/lib/x86_64-linux-gnu
 +ls -l libXp*
 +sudo ln -s libXpm.so.4.11.0 libXp.so.6
 +</code>
 +
 +===== Environment =====
 +
 +<code>
 +
 +#idl license and startup
 +export LM_LICENSE_FILE="$HOME/idl/license.dat"
 +export IDL_STARTUP="$HOME/idl/idl_startup.pro"
 +
 +#idl path
 +export IDL_PATH="<IDL_DEFAULT>"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis_current"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis_utils"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvisf"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis_classic_2019"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis21"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/hdl"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/local"
 +</code>
 +
 ====== IDL Processing ====== ====== IDL Processing ======
  
code/work/lvisf/processing/idl/start.1491602054.txt.gz · Last modified: 2017/04/07 21:54 by david