 |
- Author:
- Anders (IP: 85.228.210.232)
- Timestamp:
- 07/25/08 23:39:48 (5 years ago)
- Comment:
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArchLinux
| v13 |
v14 |
|
| 1 | 1 | = Tango on Arch Linux = |
|---|
| 2 | 2 | |
|---|
| 3 | | If you have "yaourt" installed, all you have to do to install Tango is the following: |
|---|
| 4 | | |
|---|
| | 3 | DMD and Tango are both included in the community repository, enable it in your pacman.conf and use the following command to install them: |
|---|
| 5 | 4 | {{{ |
|---|
| 6 | | yaourt -S dmd libtango |
|---|
| | 5 | pacman -Sy dmd libtango |
|---|
| 7 | 6 | }}} |
|---|
| 8 | 7 | |
|---|
| 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. |
|---|
| | 8 | GDC (and 64-bit) will come later. |
|
 |
 |
|
 |
Copyright © 2006-2013 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic