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

Changes between Version 18 and Version 19 of WikiStart

Show
Ignore:
Author:
nascent (IP: 75.121.215.251)
Timestamp:
08/17/12 05:07:42 (12 years ago)
Comment:

New release

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    88== Status == 
    99 
    10 Version 1.06 is available for [http://dsource.org/projects/ddebber/browser/downloads/1.0/ddebber_1.06_i386.tar.gz?format=raw download]. 
     10Version 1.07 is available for [http://dsource.org/projects/ddebber/browser/downloads/1.0/ddebber_1.07_i386.tar.gz?format=raw download]. 
    1111 
    1212The available code is able to generate a Debian package for AMD64 and i386. It also uses a configurations directory to hold run-time configuration. 
    1616The goal is to give this program to Walter so he is able to build .deb packages and host them on digitalmars.com 
    1717 
    18 If things go well I also intend to build packages for Tango, Descent, DWT, DSSS, Derelic, and anything else that I get to. 
     18~~If things go well I also intend to build packages for Tango, Descent, DWT, DSSS, Derelic, and anything else that I get to.~~ 
    1919 
    20 At some point getting a repository set up to host these would be good. And if this program is easy enough to use maybe Walter will host it. 
     20~~At some point getting a repository set up to host these would be good. And if this program is easy enough to use maybe Walter will host it.~~ 
    2121 
    2222This project is not limited in scope to .deb files, .rpm would also be reasonable. But I do not have any intention at this time to develop it myself. Also I don't really know how to design something like this, so I think it would be difficult to reuse my code at this time. 
    3434Checkout the code: $ svn co http://svn.dsource.org/projects/ddebber/trunk ddebber 
    3535 
    36 DMD 2.054 needs to be installed, then just type $ make 
     36DMD 2.060 needs to be installed, then just type $ make 
    3737 
    38 Run the program with $ ./dmddebber -d -v 2.054 
     38Run the program with $ ./dmddebber -d -v 2.060 
    3939 
    4040Yes, I know you may need the latest compiler to build this. That is why I release a binary that should work with the latest packaged dmd.