Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 10 and Version 11 of Installation

Show
Ignore:
Author:
JarrettBillingsley (IP: 67.171.66.50)
Timestamp:
06/26/09 18:26:58 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v10 v11  
    1414The MiniD library is based on [/projects/tango Tango], the alternative standard library for D.  For those of you using Phobos, you're just out of luck.   
    1515 
    16 MiniD currently depends on Tango 0.99.8
     16MiniD currently depends on the Tango SVN trunk
    1717 
    1818== Build Tools == 
    3030  * ''or''  
    3131  * LDC 
    32  * Tango '''release 0.99.8''' installed 
     32 * Tango '''SVN trunk''' installed 
    3333 * A build tool (optional, but highly recommended) 
    3434  * DSSS 0.75 or newer (eh, maybe not 0.78, I hear it's really slow) 
    5151You can grab the latest version of the Sandbox script [http://www.code-box.org/scripts/tango_sandbox-latest.sh here]. 
    5252 
    53 '''Note:''' the script still uses Tango 4313 for the MiniD profile; just override it and use revision 4487 (which corresponds to 0.99.8) instead. 
     53'''Note:''' the script still uses Tango 4313 for the MiniD profile; just override it and use "latest" (without quotes of course) instead. 
    5454 
    5555Note for 64-bit Linux users: I ''have'' seen this script (and MiniD) work on 64-bit linux, as long as you have all the appropriate 32-bit compatibility packages.  For example, on Debian-based systems (including Ubuntu), you'll need the "`libc6-dev-i386`" and "`lib32stdc++6`" packages installed.