> > Re: [krusader-users] install in kubuntu 16.04
> > [...]
> ki18n is not installed(?)
>
> You should have a file
> /usr/lib/cmake/KF5I18n/KF5I18NMacros.cmake
>
> (or something like that - depending on distribution).
>
> Cheers
> Alex
If it may be useful:
In Kubuntu 17.04 I executed
find / -xdev -iname "*F5I18NMacros*" 2> /dev/null
and it answered
/usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18NMacros.cmake
I executed
dpkg -S /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18NMacros.cmake
and it answered
libkf5i18n-dev: /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18NMacros.cmake
indicating that the file was installed when the libkf5i18n-dev package was installed.
I executed
dpkg -l | grep libkf5i18n-dev
and it gave more information about that package:
ii libkf5i18n-dev 5.31.0-0ubuntu1 amd64 Advanced internationalization framework.
I didn't install that package specifically, so it seems that in Kubuntu 17.04 that package is installed by other ones.
> > Dependencies were setup correctly according to INSTALL document.
> >
> > Any help would be appreciated.
So would you try installing the libkf5i18n-dev?
Greetings:
Toni
$ mkdir krusader-build
$ cd krusader-build
$ cmake ../krusader -DCMAKE_INSTALL_PREFIX=../usr/
$ mkdir krusader-build
$ cd krusader-build
$ cmake -DCMAKE_INSTALL_PREFIX=../usr ..