From 3499b2327aa68c63511a3940ec2d46c514a9e073 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sat, 26 Feb 2011 10:18:09 -0700 Subject: [PATCH] Add openSUSE command to install dependencies to README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 3280e34e..3413ba3f 100644 --- a/README +++ b/README @@ -66,6 +66,12 @@ b. Building from Source yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \ perl(XML::Parser) desktop-file-utils + On openSUSE, these dependencies may be obtained by running the + following command; + sudo zypper install automake autoconf gcc-g++ make gnome-common \ + libuuid-devel parted-devel gtkmm2-devel \ + gnome-doc-utils-devel + Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package.