The easiest way to get IDLdoc is to use an official release:
- Download the release from the Releases page of the wiki.
- Modify your
!path
to make sure theidldoc.sav
file is found. There are various techniques to make this change, i.e., changing the IDL_PATH environment variable, changing the IDL_PATH preference, through the preferences in the IDL Workbench, etc.
Getting IDLdoc from the the GitHub repository is only slightly harder:
Get the git repo and its submodules with:
$ git clone --recursive git@github.com:mgalloy/idldoc.git
Put the
src
andlib
directories and their subdirectories into your IDL!path
in your favorite manner.