diff --git a/INSTALL b/INSTALL --- a/INSTALL +++ b/INSTALL @@ -166,6 +166,12 @@ Note: An example of an output of cmake can be seen in https://phabricator.kde.org/w/krusader/cmake-output/ +Note: If Krusader is going to be built under the 16.04 LTS version of Ubuntu (or Kubuntu, etc.) then +installing Qt 5.9 (or newer) is needed (it could be downloaded from https://www.qt.io/offline-installers) and +the aforementioned cmake command would need (at its end) an additional argument like: + -DCMAKE_PREFIX_PATH=/opt/Qt/5.9/gcc_64/ +if e.g. Qt 5.9 was installed inside /opt + --- Compilation and installation diff --git a/doc/index.docbook b/doc/index.docbook --- a/doc/index.docbook +++ b/doc/index.docbook @@ -28,6 +28,22 @@ NFS"> USB"> Samba"> + + +Left"> +Right"> +Up"> +Down"> +Ins"> +Space"> +Home"> +End"> +Meta"> +PgUp"> +PgDn"> +Debian"> +PDF"> + diff --git a/krArc/krarc.cpp b/krArc/krarc.cpp --- a/krArc/krarc.cpp +++ b/krArc/krarc.cpp @@ -24,6 +24,7 @@ // QtCore #include +#include #include #include #include