From 9be829342e3b1efcdb083780235ceb77faca1c70 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 22 Jul 2015 20:21:35 +0530 Subject: [PATCH] Add augeas-tools and ldapscripts as dependency --- HACKING | 2 ++ INSTALL | 26 +++++++++++++++++++++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index 42354e3db..49f3a60e1 100644 --- a/HACKING +++ b/HACKING @@ -124,6 +124,8 @@ infrastructure in place for it from the start. Use it like this: * *JQuery* - Javascript framework used for convenience +* *LDAPscripts* - Scripts to manage LDAP users and groups + * *Modernizer* - HTML5 and CSS3 feature detection * *Python3* - Requires minimum 3.3, tested with version 3.4.1 diff --git a/INSTALL b/INSTALL index 22458820d..55b7abb6b 100644 --- a/INSTALL +++ b/INSTALL @@ -4,11 +4,27 @@ On a Debian based system, run: - $ sudo apt-get install libjs-jquery libjs-modernizr libjs-bootstrap \ - make pandoc python3 python3-augeas python3-bootstrapform \ - python3-cherrypy3 python3-coverage python3-django \ - python3-django-stronghold python3-gi python3-setuptools python3-yaml \ - gir1.2-glib-2.0 gir1.2-networkmanager-1.0 gir1.2-packagekitglib-1.0 + $ sudo apt-get install \ + augeas-tools \ + ldapscripts \ + libjs-jquery \ + libjs-modernizr \ + libjs-bootstrap \ + make \ + pandoc \ + python3 \ + python3-augeas \ + python3-bootstrapform \ + python3-cherrypy3 \ + python3-coverage \ + python3-django \ + python3-django-stronghold \ + python3-gi \ + python3-setuptools \ + python3-yaml \ + gir1.2-glib-2.0 \ + gir1.2-networkmanager-1.0 \ + gir1.2-packagekitglib-1.0 2. Install Plinth: