[erlang-questions] ubuntu 9.04 jaunty and r13

Kunthar kunthar@REDACTED
Tue Jun 23 16:17:48 CEST 2009


Type here
apt-get build-deb erlang;
will be
apt-get build-dep erlang;

:)


2009/6/23 Witold Baryluk <baryluk@REDACTED>:
> 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
>


More information about the erlang-questions mailing list