Now I have another problem.
Krusader seem to have installed with only a few menu options.

<https://lh3.googleusercontent.com/-PxgFVzPNBIM/WRbglSWC64I/AAAAAAAAWnc/Gm7UelRXGl4b9bYBSB5hzVeG2Lyk-J1sACLcB/s1600/Spectacle.K13892.png>

To sumarize I installed version 2.6.0 with following cmake options

> cmake .. -DCMAKE_INSTALL_PREFIX=./usr 
> -DKDESU_PATH=/usr/lib/i386-linux-gnu/libexec/kf5/kdesu 
> -DENABLE_SYNCHRONIZER=ON
>

Any idea?

On Friday, May 12, 2017 at 6:48:48 AM UTC+3, grigoresculiviu wrote:
>
> Thanks for this info.
>
> Checked and the file is there 
> '/usr/lib/i386-linux-gnu/cmake/KF5I18n/KF5I18NMacros.cmake' 
> installed as part of libkf5i18n-dev package.
> However it proved I was using wrong cmake command.
> I used INSTALL instructions from 2.6.0 release which direct to these 
> commands
>
>> $ mkdir krusader-build
>> $ cd krusader-build
>> $ cmake ../krusader -DCMAKE_INSTALL_PREFIX=../usr/
>
>  
> proved that '../krusader' was wrong in my case.
>
> When I tried 2.5.0 commands
>
>> $ mkdir krusader-build
>> $ cd krusader-build
>> $ cmake -DCMAKE_INSTALL_PREFIX=../usr ..
>
>
> It worked fine.
>
>
> On Wednesday, May 10, 2017 at 5:32:40 PM UTC+3, Toni Asensi Esteve wrote:
>>
>> > > 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
>>
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"krusader-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to krusader-users+unsubscr...@googlegroups.com.
To post to this group, send email to krusader-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/krusader-users/461e7e43-ba86-4f0f-b3ee-77b0a6a6a159%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to