[Konsole-devel] [Bug 162319] Ability to search scrollback in KPart as in Konsole
Jekyll Wu
adaptee at gmail.com
Tue Apr 10 20:27:40 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=162319
--- Comment #10 from Jekyll Wu <adaptee at gmail.com> ---
Oops, I should not assume that every user on BKO knows and enjoys compiling KDE
programs :)
Basically, you just need to perform following steps after fetching and checking
out the experimental code:
$ cd konsole-code
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=debugfull ../
$ make
$ sudo make install
There is an another example at
http://techbase.kde.org/Getting_Started/Build/Example
If you system does not have Qt4.8 yet, there is another branch
https://github.com/adaptee/konsole/tree/kpart-searchbar-no-qt48, which does not
require Qt4.8 .
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list