diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /vimwiki/Install On Linux-MacOSX From A Shell Script.md | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
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. + |
