Hi Michael,
Michael Weghorn wrote on 29/10/2019 08:08:
> "distroname" is a placeholder and needs to be replaced by the actual
> code name for your Ubuntu version, which would e.g. be "bionic" for
> Ubuntu 18.04 etc.
Ah ;)
> I've adapted the wiki accordingly. Please feel free to improve further
Michael Weghorn kirjoitti 29.10.2019 klo 9.08:
On 28/10/2019 22.48, Cor Nouws wrote:
Following this
https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies
with #2, adding
deb-src http://archive.ubuntu.com/ubuntu/ distroname main
to /apt/etc/sources.list
then apt-get upd
Hi Cor,
On 28/10/2019 22.48, Cor Nouws wrote:
> Following this
> https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies
>
> with #2, adding
> deb-src http://archive.ubuntu.com/ubuntu/ distroname main
> to /apt/etc/sources.list
>
> then apt-get update gives an error
> Err:7
Hi,
Following this
https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies
with #2, adding
deb-src http://archive.ubuntu.com/ubuntu/ distroname main
to /apt/etc/sources.list
then apt-get update gives an error
Err:7 http://archive.ubuntu.com/ubuntu distroname Release
404
On Tue, May 31, 2011 at 08:30:24PM +0100, Nigel Hawkins wrote:
> sudo apt-get build-dep libreoffice
>
> as suggested on the wiki pulls in (amongst other stuff) all of the mono
> libraries. Does the build really depend on these?
apt-get build-dep does no magic except that it just installs
what
I've just upgraded my machine (Kubuntu 11.04 64bit) and had to re-get all the
build dependencies. One thing I noticed is that doing:
sudo apt-get build-dep libreoffice
as suggested on the wiki pulls in (amongst other stuff) all of the mono
libraries. Does the build really depend on these?
Nige