[erlang-questions] ubuntu 9.04 jaunty and r13

Witold Baryluk baryluk@REDACTED
Tue Jun 23 16:02:27 CEST 2009


Dnia 2009-06-23, wto o godzinie 14:48 +0100, Joel Reymont pisze:
> Folks,
> 
> Is there a repository (apt) with the latest Erlang distribution for  
> Ubuntu 9.04 Jaunty?



There are packages in Debian unstable. Unfortunately for development,
you will need to grab sources any way, because official binaries
don't have debug symbols. actually recompiling is very simple:

apt-get install fakeroot dpkg-dev
apt-get build-deb erlang;
apt-get source erlang; 
DEB_BUILD_OPTIONS="debug,nostrip" dpkg-buildpackage -rfakeroot -b
dpkg -i ../somepackages.deb

:)


-- 
Witold Baryluk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: To jest cz??? wiadomo?ci podpisana cyfrowo
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090623/e19ac710/attachment.bin>


More information about the erlang-questions mailing list