Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changes between Version 5 and Version 6 of BuildInstructionsTango0.99.9

Show
Ignore:
Author:
mwarning (IP: 78.94.222.65)
Timestamp:
03/22/10 16:51:42 (14 years ago)
Comment:

remove ldc-user references, don't think this is needed anymore

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructionsTango0.99.9

    v5 v6  
    2525{{{ 
    2626cd ../tango 
    27 ./build/bin/linux64/bob -vu -r=ldc -c=ldc -o="-O3 -release" -l=../ldc/lib/libtango-user-ldc -p=linux . 
     27./build/bin/linux64/bob -vu -r=ldc -c=ldc -o="-O3 -release" -l=../ldc/lib/libtango -p=linux . 
    2828}}} 
    2929 
    3939 
    4040 
    41 Now adjust your '''ldc/bin/ldc.conf''' to include '''-L-ltango-user-ldc''' (you may need to exclude any reference to '''libtango-base-ldc''' for the default/debug libs). Here is an example: 
     41Now adjust your '''ldc/bin/ldc.conf''' to include '''-L-ltango'.[[BR]] 
     42Here is an example: 
    4243 
    4344{{{ 
    4950        "-I/home/someUserName/tango/tango/core/rt/compiler/ldc", 
    5051        "-L-L%%ldcbinarypath%%/../lib", 
    51         "-L-ltango-user-ldc", 
     52        "-L-ltango", 
    5253        "-d-version=Tango", 
    53         "-defaultlib=tango-user-ldc", 
    54         "-debuglib=tango-user-ldc
     54        "-defaultlib=tango", 
     55        "-debuglib=tango
    5556    ]; 
    5657}; 
Copyright © 2008, LDC Development Team.