summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Pedro Neves <nevesdiver@gmail.com>2015-07-04 17:00:30 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-04 09:20:08 -0700
commit54af724f174424e364ec928a7d9e3aabc3e9f181 (patch)
tree2c8ad5d160457fc1fe05653d6886b41105cc49e0 /INSTALL
parent5ae5aedab3b628ad04abc435ce3b06c3612d4d6c (diff)
downloadsubsurface-54af724f174424e364ec928a7d9e3aabc3e9f181.tar.gz
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 <nevesdiver@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 11 insertions, 1 deletions
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)
-------------------------------------------------