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

Changes between Version 11 and Version 12 of TopicBuildingAndCompiling

Show
Ignore:
Author:
larsivi (IP: 85.221.53.194)
Timestamp:
10/05/07 12:00:10 (16 years ago)
Comment:

Removed some obsolete statements - this page probably need further cleaning

Legend:

Unmodified
Added
Removed
Modified
  • TopicBuildingAndCompiling

    v11 v12  
    88== Using Tango as a library == 
    99 
    10 tango.lib / libtango.a / libgtango.a can be added to your command line as any other library. Note that due to how ld works, you may have to add phobos to your command line too if you are using DMD on Linux. We intend to improve this process in the timeframe of the next release
     10tango.lib / libtango.a / libgtango.a can be added to your command line as any other library. The DMD downloads provides you with a sc.ini / dmd.conf that includes what is necessary to make this work seemlessly
    1111 
    1212== Using Tango with a dependency tracking tool == 
    2828 * The runtime part of Tango needs to be linked in to the application. Due to hard-coding in the compiler, this will need to be named phobos.lib, libphobos.a, libgphobos.a or libgphobos.so depending on compiler, OS and setup. It should replace the previously supplied Phobos library, to make sure it is the right one that is linked in. 
    2929 
    30 === Windows specific === 
    31  
    32  * There is no way to build a complete Tango library with the current DMD, so a dependency aware tool with access to the Tango include directory needs to be used. 
    33  
    3430=== Linux specific === 
    3531