Git commit c95915d2ff81b0d193179a621879f6b6175acefc by Toni Asensi Esteve. Committed on 07/01/2017 at 13:51. Pushed by asensi into branch 'master'.
The INSTALL file was updated after a Kubuntu 16.10 installation. The install.docbook was corrected to avoid seeing the text `krusader--profile` Differential Revision: http://phabricator.kde.org/D4002 M +1 -0 INSTALL M +1 -1 doc/installation.docbook https://commits.kde.org/krusader/c95915d2ff81b0d193179a621879f6b6175acefc diff --git a/INSTALL b/INSTALL index b1a1f772..2354ac58 100644 --- a/INSTALL +++ b/INSTALL @@ -90,6 +90,7 @@ run the Krusader binary you don't need to install these packages. - cmake a cross-platform, open-source make system - extra-cmake-modules extra cmake modules for compiling KDE Frameworks - qt5-default development files for the Qt5 libraries +- gettext GNU Internationalization utilities - plasma-framework-dev development files for plasma-framework The following packages should install (through dependencies) all the packages diff --git a/doc/installation.docbook b/doc/installation.docbook index f2b15a18..8e4fe5c3 100644 --- a/doc/installation.docbook +++ b/doc/installation.docbook @@ -676,7 +676,7 @@ if you only run a Krusader binary you do not need these packages.</para> <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--left=<path> --right=<path></replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--left=/mnt/cdrom --right=ftp://[email protected]</replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--left=<path1>,<path2> --right=<path1>,<path2>,<path3></replaceable></userinput></screen> - <screen><prompt>$</prompt> <userinput><command>krusader</command><replaceable>--profile <panel-profile></replaceable></userinput></screen> + <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--profile <panel-profile></replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--profile ftp-managment</replaceable></userinput></screen> </para> <para>The standard &Qt; and &kf5; command-line options are available.
