dylan-lang / opendylan

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

Create a .deb package for Ubuntu and other Debian-based systems #593

Open TreeRex opened 10 years ago

TreeRex commented 10 years ago

Create a .deb package so that Ubuntu (or other Debian-based system) users can install Open Dylan with a simple

apt-get install opendylan
waywardmonkeys commented 10 years ago

One potentially important comment is that we build our Linux releases (both x86 and x86_64) on Ubuntu 10.04 to ensure that we've got an old enough libc that it can run most anywhere.

waywardmonkeys commented 10 years ago

Also, we're not against running our own package repository on opendylan.org, just need to know what to do, if that's necessary.