[librsvg: 3/9] List incoplete dependancies for ubuntu/debian.



commit a09f947bac5d4c53e89ca9299d43cfd5f045aae8
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Sun Feb 18 15:13:41 2018 +0200

    List incoplete dependancies for ubuntu/debian.

 COMPILING.md | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/COMPILING.md b/COMPILING.md
index bb040a0d..13494a25 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -25,14 +25,17 @@ explains librsvg's peculiarities.
 * Gtk+ >= 3.10
 * Rust >= "Compiler version here"
 
-### openSUSE based systems:
+### Debian/Ubuntu based systems:
+librsvg can not be built in ubuntu 16.04, due to some of the dependancies provided being old.
+
+The following was only tested on ubuntu 18.04, plese provide feedback if it works on other platforms.
 
 ```sh
-zypper install -y gcc rust rust-std cargo make \
-automake autoconf libtool gettext itstool git \
-gtk-doc gobject-introspection-devel gtk3-devel \
-libxml2-devel libcroco-devel cairo-devel \
-pango-devel gdk-pixbuf-devel
+apt install -y gcc rustc cargo cargo make \
+automake autoconf libtool gettext itstool \
+libgdk-pixbuf2.0 gobject-introspection \
+gtk-doc-tools git  libgtk-3-dev \
+libxml2-dev libcroco3-dev libcairo2-dev libpango1.0-dev
 ```
 
 ### Fedora based systems:
@@ -45,10 +48,15 @@ gtk-doc git redhat-rpm-config  gtk3-devel \
 libxml2-devel libcroco-devel cairo-devel pango-devel
 ```
 
-**Note about testing on Fedora:**
+### openSUSE based systems:
 
-Currently 17 of the tests run with `make check` will fail, this is a known issue.
-For more information please relate to [#197](https://gitlab.gnome.org/GNOME/librsvg/issues/197).
+```sh
+zypper install -y gcc rust rust-std cargo make \
+automake autoconf libtool gettext itstool git \
+gtk-doc gobject-introspection-devel gtk3-devel \
+libxml2-devel libcroco-devel cairo-devel \
+pango-devel gdk-pixbuf-devel
+```
 
 # Verbosity
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]