Wiki

Changes between Version 1 and Version 2 of InstallingDownload

Show
Ignore:
Timestamp:
11/15/12 04:24:41 (12 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingDownload

    v1 v2  
    22 
    33Installation is from one of (the latest) downloadable packages from the [http://cobra-language.com/downloads/ downloads] page. 
     4This is a multistage process 
     5  * download the install package 
     6  * unpack it to a temporary directory 
     7  * run the installer 
     8  * ( test the installation) 
    49 
    5 On all platforms the installation tool will install a pristine copy of the compiler on your system and setup associated libraries 
     10On all platforms the installer will install a pristine copy of the compiler on your system and setup associated libraries 
    611as required for the platform.[[BR]] 
    712As it executes it will ask you for info it needs (where you would like the compiler installed to) and emit a sequence of status lines informing you of what it is doing and any problems it finds as it does so. 
     13 
     14The installer prints "Success!" at the end, if successful, Otherwise you will see an error message. 
     15 
     16It is safe to run the installer more than once. 
     17 
     18 
     19To test the installation, try invoking Cobra from '''outside''' the workspace. 
     20The command "cobra -about" will give you version, platform and directory information. 
    821 
    922 
     
    1427The distribution package is a zip file ( e.g Cobra-0.9.1.zip) 
    1528 
    16   * Download it and unpack to a convenient temporary directory  
     29  * Download it and unpack to a convenient temporary directory (not the final target directory the compiler will bw installed to)  
    1730     - This will create a directory named for the cobra version ( e.g Cobra-0.9.1) containing the distribution files 
    1831  * Launch a command prompt as an administrator and navigate to the directory you unzipped the package to 
     
    3851  * Download it and unpack to a convenient temporary directory  
    3952     - This will create a directory named for the cobra version (e.g Cobra-0.9.0) containing the distribution files 
    40   * Launch a command prompt as an administrator and navigate to the directory you unzipped the package to 
     53 
     54  * Launch a command prompt as an administrator and navigate to the directory you unzipped the package to. 
     55 
    4156  * Change directory to the Source directory within the unzipped directory tree and run the installation command. 
    4257