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

Changes between Version 13 and Version 14 of ArchLinux

Show
Ignore:
Author:
Anders (IP: 85.228.210.232)
Timestamp:
07/26/08 03:39:48 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArchLinux

    v13 v14  
    11= Tango on Arch Linux = 
    22 
    3 If you have "yaourt" installed, all you have to do to install Tango is the following: 
    4  
     3DMD and Tango are both included in the community repository, enable it in your pacman.conf and use the following command to install them: 
    54{{{ 
    6 yaourt -S dmd libtango 
     5pacman -Sy dmd libtango 
    76}}} 
    87 
    9 If not, well, you have two options: A) install yaourt B) build the packages manually 
    10  
    11 == Method A - install yaourt == 
    12 {{{ 
    13 wget http://aur.archlinux.org/packages/yaourt/yaourt.tar.gz 
    14 tar xvfz yaourt.tar.gz 
    15 cd yaourt 
    16 # you need sudo access 
    17 makepkg -i 
    18 }}} 
    19  
    20 == Method B - manual install == 
    21 {{{ 
    22 wget http://aur.archlinux.org/packages/dmd/dmd.tar.gz 
    23 tar xvfz dmd.tar.gz 
    24 cd dmd 
    25 makepkg -i 
    26 cd .. 
    27  
    28 wget http://aur.archlinux.org/packages/libtango/libtango.tar.gz 
    29 tar xvfz libtango.tar.gz 
    30 cd libtango 
    31 makepkg -i 
    32 cd .. 
    33 }}} 
    34  
    35 == Notes == 
    36 DMD is installed into /usr/bin. The DMD configuration file (dmd.conf) is installed into /etc. The Tango static libraries are installed into /usr/lib, and the imports are put in /usr/include/d/tango. 
    37  
    38 == AUR == 
    39 It's worth noting that you may find more D-related packages for Arch Linux. AUR provides packages such as libtango, libtango-svn, libphobos, dsss and others. You can find more information about the [http://wiki.archlinux.org/index.php/AUR AUR at Arch Linux's wiki]. 
    40  
    41 If you need any assistance, you can contact Anders through A) the comments section in the AUR for the respective package, B) through email, anders1@gmail.com C) IRC, freenode in #d.tango D) smoke signals. 
     8GDC (and 64-bit) will come later.