Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of PosixDmdBuildOlderVersions

Show
Ignore:
Author:
fawzi (IP: 87.234.81.105)
Timestamp:
08/04/09 20:52:20 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PosixDmdBuildOlderVersions

    v1 v2  
    1 == Installers == 
    2  
    3 There are two types of installers available for a given release. Which one you choose, depends on your existing setup. 
    4  
    5  * Installers for those only wishing to upgrade Tango, but otherwise have a complete system 
    6  * Installers for those wishing to upgrade DMD. 
    7  
    8  1. [wiki:DmdDownloads#Linux Download] a Tango installer. 
    9  2. All installers are shell scripts with an embedded tar.gz and should be made executable once downloaded. 
    10  
    11 {{{ 
    12 chmod +x <name of installer>.sh 
    13 }}} 
    14  
    15  3. Run the installer. For most setups this will probably require the use of the root account, e.g. by using sudo. 
    16  
    17 {{{ 
    18 sudo ./<name of installer>.sh 
    19 }}} 
    20  
    21  4. If you don't specify a prefix, the installer will ask if {{{ /usr/local }}} is ok, or if you want to specify one. 
    22  
    23 At this point, Tango and the necessary tooling should be installed.  
    24  
    251== Manual Build and Install == 
    262