This package provides two texteditors: Kate and KWrite. Kate is a powerful programmer's text editor with syntax highlighting for many programming and scripting languages. KWrite is the lightweight cousin of Kate.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://download.kde.org/stable/4.14.1/src/kate-4.14.1.tar.xz
Download MD5 sum: f64b74c6cd0b4ce8b35bd6cec8456100
Download size: 2.6 MB
Estimated disk space required: 108.6 MB
Estimated build time: 4.1 SBU
QJson-0.8.1 and PyKDE4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kate
Install Kate by running the following commands:
mkdir build &&
cd    build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
      -Wno-dev .. &&
make
        
          Now, as the root user:
        
make install
          -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE: This
          option is set to install the KDE Python objects in the correct
          place.
        
Last updated on 2014-09-19 08:10:38 -0700