From d780647e8dc21d7620fb6d6eee3afbfb6a8c0593 Mon Sep 17 00:00:00 2001 From: Stanislav Bolshakov Date: Tue, 16 Jun 2020 22:40:44 +0300 Subject: [PATCH] INSTALL: add instruction for dependences + upper case for Ubuntu 1. Install GRAMPS in fresh Linux can be hard for new users. For easy way I add instruction for install all dependencies in Ubuntu-based distro, 2. Ubuntu - always Ubuntu (first letter in upper case): https://ubuntu.com/about --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c135869fe..9615c101e 100644 --- a/INSTALL +++ b/INSTALL @@ -32,6 +32,9 @@ We do not check all dependencies of Gramps, see README for a list of all required and optional dependencies. Missing dependencies will result in runtime errors. +To install all needed dependences you can use (in Ubuntu): + sudo apt-get build-dep gramps + To build and install, whether from a tarball or git repo: python3 setup.py build sudo python3 setup.py install @@ -48,7 +51,7 @@ things like MIME type and desktop entries. See below for ways to invoke Gramps. -Typical install directories in linux (ubuntu) are: +Typical install directories in linux (Ubuntu) are: * /usr/local/lib/python3.4/dist-packages/gramps/ : the gramps python module * /usr/local/share/mime-info : mime info so gramps opens files automatically * /usr/local/share/icons/gnome : our icons