From 54af724f174424e364ec928a7d9e3aabc3e9f181 Mon Sep 17 00:00:00 2001 From: Pedro Neves Date: Sat, 4 Jul 2015 17:00:30 +0100 Subject: [PATCH] INSTALL file: add notes for Ubuntu/Kubuntu 15.04 Update the install instructions when compiling Subsurface from source on Ubuntu/Kubuntu machines. Signed-off-by: Pedro Neves Signed-off-by: Dirk Hohndel --- INSTALL | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 62550a2be..fdcf337c0 100644 --- a/INSTALL +++ b/INSTALL @@ -71,7 +71,7 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \ libqt5-qtscript-devel libqt5-qtdeclarative-devel -On Debian Jessie this seems to work +On Debian Jessie/Kubuntu 15.04 this seems to work sudo apt-get install git g++ make autoconf libtool cmake pkg-config \ libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \ @@ -106,6 +106,16 @@ cd ~/src install-root/bin/subsurface +Note: at least on Kubuntu 15.04 (and possibly on Debian) the user must belong to the dialout group. +If you get errors like: + +install-root/bin/subsurface: error while loading shared libraries: libGrantlee_Templates.so.5: cannot open shared object file: No such file or directory + +You can run the following command: + +sudo ldconfig full-path-to/install-root/lib + + Building Subsurface under MacOSX (using Homebrew) -------------------------------------------------