|
Revision 720, 0.8 kB
(checked in by mgalloy, 19 months ago)
|
|
Adding INSTALL file with basic installation instructions.
|
| Line | |
|---|
| 1 | For ``.sav`` file installation, simply place the ``idldoc.sav`` file in the |
|---|
| 2 | ``!path`` in one of the various manners (see IDL's online help for details on |
|---|
| 3 | how to do this). |
|---|
| 4 | |
|---|
| 5 | For building your own IDLdoc from the ``src`` distribution or from the |
|---|
| 6 | Subversion repository, there are more requirements. |
|---|
| 7 | |
|---|
| 8 | 1. Put the ``src`` directory and its subdirectories into the ``!path``. |
|---|
| 9 | |
|---|
| 10 | 2. Put the ``src\cmdline_tools`` and ``src\dist_tools`` directories into the |
|---|
| 11 | ``!dlm_path``. |
|---|
| 12 | |
|---|
| 13 | 3. On UNIX systems, build the binaries in the ``src\cmdline_tools`` and |
|---|
| 14 | ``src\dist_tools`` from the top-level directory by just doing:: |
|---|
| 15 | |
|---|
| 16 | $ make all |
|---|
| 17 | |
|---|
| 18 | On Windows, the individual commands must be entered. From the |
|---|
| 19 | ``src\cmdline_tools``:: |
|---|
| 20 | |
|---|
| 21 | IDL> mg_build_cmdline_tools |
|---|
| 22 | |
|---|
| 23 | From the ``src\dist_tools`` directory:: |
|---|
| 24 | |
|---|
| 25 | IDL> mg_build_dist_tools |
|---|