Artifact Content
Not logged in

Artifact f8fe981026f3c9cfe1ecc18d777097ceb95aeff9


     1  -----------------------------------------------------------------------------
     2    Polemy 0.1.0
     3                                                   by k.inaba (www.kmonos.net)
     4                                                                  Nov 7, 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 Poseidon IDE users) Open the project and build
    17        (for Windows) Run build.bat
    18        (for Unix) Run build.sh
    19        or use your favorite build tools upon main.d and polemy/*.d.
    20  
    21    Then you will get the executable "polemy" in the "bin" directory.
    22  
    23  
    24  
    25  <<License>>
    26  
    27    d2stacktrace/*
    28  
    29      is written by Benjamin Thaut and licensed under 2-clause BSD License.
    30      See http://3d.benjamin-thaut.de/?p=15 for the detail.
    31  
    32      (this package is used only for enabling stack-traces during printing exceptions;
    33       if it is not needed, please just simply remove the sources from your build)
    34  
    35    polemy/*
    36    main.d
    37  
    38      All the other parts are written by Kazuhiro Inaba and
    39      licensed under NYSL 0.9982 ( http://www.kmonos.net/nysl/ ).
    40  
    41  
    42  
    43  <<How to Use>>
    44  
    45    I don't know.