Artifact Content
Not logged in

Artifact 69c8df99d191e188f6ed5d46bfcc7e8b3e3a0ce5


     1  -----------------------------------------------------------------------------
     2    Polemy 0.1.0
     3                                                   by k.inaba (www.kmonos.net)
     4                                                                  Nov 8, 2010
     5  -----------------------------------------------------------------------------
     6  
     7  
     8  
     9  <<How to Build>>
    10  
    11    - Install DMD
    12        http://www.digitalmars.com/d/2.0/changelog.html
    13      Version 2.050 is recommended. Older and/or newer version may not work.
    14  
    15    - Build
    16        (for Windows) Run build.bat
    17        (for Unix) Run build.sh
    18        or use your favorite build tools upon main.d and polemy/*.d.
    19  
    20    Then you will get the executable "polemy" in the "bin" directory.
    21  
    22  
    23  
    24  <<License>>
    25  
    26    d2stacktrace/*
    27  
    28      is written by Benjamin Thaut and licensed under 2-clause BSD License.
    29      See http://3d.benjamin-thaut.de/?p=15 for the detail.
    30  
    31      (this package is used only for enabling stack-traces during printing exceptions;
    32       it is not used for release builds.)
    33  
    34    polemy/*
    35    main.d
    36  
    37      All the other parts are written by Kazuhiro Inaba and
    38      licensed under NYSL 0.9982 ( http://www.kmonos.net/nysl/ ).
    39  
    40  
    41  
    42  <<How to Use>>
    43  
    44    I don't know.