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

Changes from Version 1 of 0_99_7_SourceDownloads

Show
Ignore:
Author:
larsivi (IP: 80.202.217.169)
Timestamp:
06/22/08 22:20:22 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 0_99_7_SourceDownloads

    v0 v1  
     1= Download Tango Source Code = 
     2 
     3Download the current release, a daily snapshot from the repository, or access the repository directly: 
     4 
     5 * TODO release (0.99.7) as a ''[http://downloads.dsource.org/projects/tango/0.99.7/tango-0.99.7-src.zip zip]'' or as a ''[http://downloads.dsource.org/projects/tango/0.99.7/tango-0.99.7-src.tar.gz tar]'' (requires ''DMD v1.027 or above'', or ''GDC r214 or above'') 
     6 
     7 * repository snapshot as a ''[http://downloads.dsource.org/projects/tango/snapshots/tango-src-SNAPSHOT-CURRENT.zip zip]'' or as a ''[http://downloads.dsource.org/projects/tango/snapshots/tango-src-SNAPSHOT-CURRENT.tar.gz tar]'' (requires ''DMD v1.027 or above'' or ''GDC r214 or above'') 
     8 
     9Tango source code can be checked out directly from the developers' Subversion repository, via a [http://subversion.tigris.org/links.html#clients Subversion client of your choice] or via the ''Download As'' links on the bottom of [source:trunk Trac's browser]. If you're using a Subversion command-line client, the following command will check-out the official release: 
     10{{{ 
     11svn co http://svn.dsource.org/projects/tango/tags/releases/0.99.7 
     12}}}