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

Changes between Version 35 and Version 36 of BuildLinux

Show
Ignore:
Author:
klickverbot (IP: 91.137.20.132)
Timestamp:
07/20/11 09:29:25 (13 years ago)
Comment:

Require 2.053 because it includes traits(parent, … ) patch, use public clone URL

Legend:

Unmodified
Added
Removed
Modified
  • BuildLinux

    v35 v36  
    22 
    33To build QtD, you need: 
    4   * [http://www.digitalmars.com/d/2.0/changelog.html dmd compiler] version >= 2.046 
    5   * Qt 4.6 (development headers for all Qt packages) 
     4  * [http://www.digitalmars.com/d/2.0/changelog.html dmd compiler] version >= 2.053 
     5  * Qt 4 (development headers for all Qt packages) 
    66  * [http://www.cmake.org/ cmake >= 2.6] 
    77 
    99 
    1010{{{ 
    11 hg clone ssh://hg@bitbucket.org/qtd/repo qtd 
     11hg clone https://bitbucket.org/qtd/repo qtd 
    1212cd qtd 
    1313mkdir build_dir