Linux Installation - Debian

Witold Baryluk baryluk at mpi.int.pl
Wed Nov 29 19:50:40 PST 2006


Hi.

If any body interested in simple instalation of DMD on Debian GNU/Linux.

Try this.

http://smp.if.uj.edu.pl/~baryluk/d/dmddeb/dmd_0.175_i386.deb

Instalation:

apt-get install wget unzip debianutils gcc findutils tofrodos libstdc++5

wget \
http://smp.if.uj.edu.pl/~baryluk/d/dmddeb/dmd-nonfree_0.175_i386.deb

dpkg -i ./dmd-nonfree_0.175_i386.deb

That all :)

If you want to modify something later look at
/etc/dmd.conf
/usr/lib/dmd/src/phobos/
/usr/share/doc/dmd-nonfree/

Binaries will be places in /usr/bin/ (e.g. /usr/bin/dmd)
Library in /usr/lib (e.g. /usr/lib/libphobos.a)

! This deb package have no binary files, only installation script. !

Note: Network connection required for
download when installing. Instalation can fail especialy if you have
installed dmd in another way - not tested well, reports about discovered
bugs please send to me.

In preparation: private deb respository, and eventually oficial upload
to debian.

Or eventually build package with binaries included and host in
officialy on http://digitalmars.com/ :)
Walter what are you thinking about this idea?

--
Witold Baryluk
MAIL: baryluk at smp.if.uj.edu.pl, baryluk at mpi.int.pl
JID: movax at jabber.autocom.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20061130/e6bf0e68/attachment.pgp>


More information about the Digitalmars-d mailing list