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

Changes between Version 7 and Version 8 of TopicInstallTango2010

Show
Ignore:
Author:
larsivi (IP: 80.202.217.47)
Timestamp:
02/09/10 17:24:16 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TopicInstallTango2010

    v7 v8  
    77=== windows === 
    88 
    9 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-win32-dmd.1.056.zip this] package and unzip it into a directory. Set the system ''path'' to point at the extracted ''bin'' directory, and you are good to go. 
     9Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-win32-dmd.1.056.zip this] package and unzip it into a directory. Set the system ''path'' to point at the extracted ''bin'' directory, and you are good to go. 
    1010 
    1111=== linux === 
    1212 
    13 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-linux-dmd.1.056.tar.gz this] package and untar it into a directory. Add the ''bin'' directory from the extracted package to PATH, and you can fire up the compiler. 
     13Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-linux-dmd.1.056.tar.gz this] package and untar it into a directory. Add the ''bin'' directory from the extracted package to PATH, and you can fire up the compiler. 
    1414 
    1515=== osx === 
    1616 
    17 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-darwin32-dmd.1.056.tar.gz this] package and untar it into a directory. Add the ''bin'' directory from the extracted package to PATH, and you can fire up the compiler. 
     17Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-darwin32-dmd.1.056.tar.gz this] package and untar it into a directory. Add the ''bin'' directory from the extracted package to PATH, and you can fire up the compiler. 
    1818 
    1919=== freebsd === 
    2020 
    21 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-freebsd32-dmd.1.056.tar.gz this] package and untar it into a directory. Add the ''bin'' directory from the extracted package to PATH, and you can fire up the compiler. 
     21Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-freebsd32-dmd.1.056.tar.gz this] package and untar it into a directory. Add the ''bin'' directory from the extracted package to PATH, and you can fire up the compiler. 
    2222 
    2323== Installing with an existing compiler == 
    2525=== windows === 
    2626 
    27 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-win32.zip this] package and extract the contents of ''bundle'' into an existing dmd\windows directory. This will overwrite the existing windows\bin\sc.ini, add bob.exe and jake.exe to windows\bin, and adds tango.lib to windows\lib.  
     27Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-win32.zip this] package and extract the contents of ''bundle'' into an existing dmd\windows directory. This will overwrite the existing windows\bin\sc.ini, add bob.exe and jake.exe to windows\bin, and adds tango.lib to windows\lib.  
    2828 
    2929=== linux === 
    3030 
    31 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-linux.tar.gz this] package and extract the contents of ''bundle'' into an existing dmd/linux directory. This will overwrite the existing linux/bin/dmd.conf, add bob to linux/bin, and add libtango-dmd.a to linux/lib. 
     31Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-linux.tar.gz this] package and extract the contents of ''bundle'' into an existing dmd/linux directory. This will overwrite the existing linux/bin/dmd.conf, add bob to linux/bin, and add libtango-dmd.a to linux/lib. 
    3232 
    3333=== osx === 
    3434 
    35 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-darwin32.tar.gz this] package and extract the contents of ''bundle'' into an existing dmd/osx directory. This will overwrite the existing osx/bin/dmd.conf, add bob to osx/bin, and add libtango-dmd.a to osx/lib. 
     35Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-darwin32.tar.gz this] package and extract the contents of ''bundle'' into an existing dmd/osx directory. This will overwrite the existing osx/bin/dmd.conf, add bob to osx/bin, and add libtango-dmd.a to osx/lib. 
    3636 
    3737=== freebsd === 
    3838 
    39 Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-bin-freebsd32.tar.gz this] package and extract the contents of ''bundle'' into an existing dmd/freebsd directory. This will overwrite the existing freebsd/bin/dmd.conf, add bob to freebsd/bin, and add libtango-dmd.a to freebsd/lib. 
     39Download [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-freebsd32.tar.gz this] package and extract the contents of ''bundle'' into an existing dmd/freebsd directory. This will overwrite the existing freebsd/bin/dmd.conf, add bob to freebsd/bin, and add libtango-dmd.a to freebsd/lib. 
    4040 
    4141== Example code ==