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>
This commit is contained in:
Pedro Neves 2015-07-04 17:00:30 +01:00 committed by Dirk Hohndel
parent 5ae5aedab3
commit 54af724f17

12
INSTALL
View file

@ -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)
-------------------------------------------------