From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .../Install On Linux-MacOSX From A Shell Script.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vimwiki/Install On Linux-MacOSX From A Shell Script.md (limited to 'vimwiki/Install On Linux-MacOSX From A Shell Script.md') 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. + -- cgit v1.2.3