Changes between Version 1 and Version 2 of InstallingDownload
- Timestamp:
- 11/15/12 04:24:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingDownload
v1 v2 2 2 3 3 Installation is from one of (the latest) downloadable packages from the [http://cobra-language.com/downloads/ downloads] page. 4 This is a multistage process 5 * download the install package 6 * unpack it to a temporary directory 7 * run the installer 8 * ( test the installation) 4 9 5 On all platforms the install ation toolwill install a pristine copy of the compiler on your system and setup associated libraries10 On all platforms the installer will install a pristine copy of the compiler on your system and setup associated libraries 6 11 as required for the platform.[[BR]] 7 12 As 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 14 The installer prints "Success!" at the end, if successful, Otherwise you will see an error message. 15 16 It is safe to run the installer more than once. 17 18 19 To test the installation, try invoking Cobra from '''outside''' the workspace. 20 The command "cobra -about" will give you version, platform and directory information. 8 21 9 22 … … 14 27 The distribution package is a zip file ( e.g Cobra-0.9.1.zip) 15 28 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) 17 30 - This will create a directory named for the cobra version ( e.g Cobra-0.9.1) containing the distribution files 18 31 * Launch a command prompt as an administrator and navigate to the directory you unzipped the package to … … 38 51 * Download it and unpack to a convenient temporary directory 39 52 - 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 41 56 * Change directory to the Source directory within the unzipped directory tree and run the installation command. 42 57