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

Changes between Version 9 and Version 10 of Installation

Show
Ignore:
Author:
JarrettBillingsley (IP: 67.171.66.50)
Timestamp:
04/02/09 15:56:32 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v9 v10  
    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 Currently, MiniD does not use any particular release of Tango and instead uses '''revision 4396''' of the Tango Subversion repository.  Why?  0.99.7 had some bugs that affected MiniD which are fixed as of that revision.  0.99.8 is long overdue and revision 4396 is the newest we've got
     16MiniD currently depends on Tango 0.99.8
    1717 
    1818== Build Tools == 
    3030  * ''or''  
    3131  * LDC 
    32  * Tango '''revision 4396''' installed 
     32 * Tango '''release 0.99.8''' 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 4396 instead. 
     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. 
    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.