dylan-lang / opendylan

Open Dylan compiler and IDE
http://opendylan.org/
Other
458 stars 69 forks source link

tarball request #645

Open cicku opened 10 years ago

cicku commented 10 years ago

Hi,

Can you add a tarball download link at homepage of this language? Because I want to package it for Fedora.

Thanks.

waywardmonkeys commented 10 years ago

Do you just want a sources tarball? You'll still need a binary to bootstrap a new compiler (or you can just package our binary build).

The sources are in Dylan, so you need an existing Dylan compiler.

As for sources, they're in the download directory: http://opendylan.org/downloads/opendylan/2013.2/

cicku commented 10 years ago

Oh?

Can Dylan compiler be packaged from sources as well? Since we don't acept binary packages.

Thanks.

waywardmonkeys commented 10 years ago

Perhaps you can take a look at how sbcl works: http://pkgs.fedoraproject.org/cgit/sbcl.git/tree/

Many languages require bootstrapping (like Open Dylan and SBCL).

waywardmonkeys commented 10 years ago

Gentoo has an Open Dylan package as well.

cicku commented 10 years ago

I know.

I will look deeply into this later.

Thanks.