diff options
Diffstat (limited to 'vimwiki/Install On Linux-MacOSX From A Shell Script.md')
| -rw-r--r-- | vimwiki/Install On Linux-MacOSX From A Shell Script.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vimwiki/Install On Linux-MacOSX From A Shell Script.md b/vimwiki/Install On Linux-MacOSX From A Shell Script.md new file mode 100644 index 0000000..4ad90a0 --- /dev/null +++ b/vimwiki/Install On Linux-MacOSX From A Shell Script.md @@ -0,0 +1,24 @@ +1. Unpack and uncompress the files: + + Uncompress the `filename.tar.gz` archive file that was downloaded to your computer, then unpack the file: + + `$ tar -xvf filename.tar.gz` + +2. Start the installer: + `$ ./install.sh` + +3. Follow the prompts to install the software. + +4. When installation is complete, license the software. + To activate node-locked licenses to a specific user and computer, + see [[Manage Licenses From The License Administrator Tool]] for steps. + +5. From a terminal window, change directories to `$INSTALL_DIR/idlxx/bin`. + Enter a command at the shell prompt to start an application: + + `idl` - Start command-line IDL. + + `idlde` - Start the IDL Development Environment. + + `idlhelp` - Start IDL Help. + |
