Baloo
Prerequisites
- A C++ compiler
- Qt 5.x
- KDE Frameworks - I18n, Config, IdleTime, Auth, Crash, Solid, KIO, DBusAddons, KFileMetaData
On Arch Linux, install the following libraries:
FIXME: What about basic requirements such as gcc and cmake?
Getting the code
Setting up the development environment
Baloo installs a number of executables and libraries. While these can be installed in /usr/
, that requires root access and typically interfers with the distro packages. Instead we prefer installing Baloo locally, and updating the required environment variables. This isolates environment also protects us from mistakes.
Python development typically also uses an isolated environment called a virtual environment. For now we can just use their tool.
This builds and installs Baloo in the virtual environment.
This is stupid, the LD_LIBRARY_PATH is not set by virtualenv. We need a better tool. Write my own?
Setting up the environment Compilation and installation Running automated tests
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.