Skip to content

Instantly share code, notes, and snippets.

View kfh83's full-sized avatar
:accessibility:
Mermão bom dia é o caralho parcero, isso aqui é o grupo da torcida jovem, entend

kfh83 kfh83

:accessibility:
Mermão bom dia é o caralho parcero, isso aqui é o grupo da torcida jovem, entend
  • 13:54 (UTC -03:00)
View GitHub Profile
@kfh83
kfh83 / instructions.md
Last active December 4, 2025 00:24
Building KDE 2.2.2 on Debian 13 (as of Nov. 2025)

This is originally based on the work of sandsmark. His port hasn't been touched since ~early 2022 and has since stopped compiling, so i have made a few fixes to the code in the following repositories...

Order of build:

  1. qt2 (https://github.com/kfh83/qt2)
  2. kde2-kdelibs (https://github.com/kfh83/kde2-kdelibs)
  3. kde2-kdebase (https://github.com/kfh83/kde2-kdebase)

To build any of these, once you've gotten the required dependencies and have cloned the repos, cd into the desired repository's directory and run mkdir build && cd build then run cmake .. && make. Once its done building you can run sudo make install and move onto the next component (if applicable).

Base dependencies: