From f2acee1c2f490957ad3bf3d3fa7e0200fe4e0abc Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Fri, 19 Jul 2013 15:28:22 +0200 Subject: [PATCH] README: More information for "Working With The Source Repository" --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README b/README index 2ef0e4d2f..99354076f 100644 --- a/README +++ b/README @@ -26,6 +26,29 @@ firewalld base directory and set the following environment variables. export FIREWALLD_DEVEL_ENV=$(pwd)/src export PYTHONPATH=$FIREWALLD_DEVEL_ENV +Install the following requirements or packages: + + desktop-file-utils: /usr/bin/desktop-file-install + gettext + intltool + glib2: /usr/bin/glib-compile-schemas + glib2-devel: /usr/share/aclocal/gsettings.m4 + systemd-units + dbus-python + python-slip-dbus (http://fedorahosted.org/python-slip) + python-decorator + pygobject3-base (non-cairo parts of pygobject3) + iptables + ebtables + +Use + + ./autogen.sh + +in the base directory to create for example src/firewall/config/__init__.py + +Now your are done. + Links: ------