aboutsummaryrefslogtreecommitdiff
path: root/kf5/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-11-19 20:38:09 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-11-19 20:38:09 +0100
commit0717c5070193bd6d2a63afcb8d55e09d4e23c56c (patch)
treeb57e12909a01f16d129afb74caa0873d8fa89b08 /kf5/README.md
parente993528142696511aafc9ce9cb3d6228186f1704 (diff)
downloaddotfiles-0717c5070193bd6d2a63afcb8d55e09d4e23c56c.tar.gz
dotfiles-0717c5070193bd6d2a63afcb8d55e09d4e23c56c.zip
kf5: removed this directory.
I don't use this weird way of compiling KDE Frameworks 5 anymore :P
Diffstat (limited to 'kf5/README.md')
-rw-r--r--kf5/README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/kf5/README.md b/kf5/README.md
deleted file mode 100644
index c823dc7..0000000
--- a/kf5/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# KDE Frameworks
-
-This directory has all the files that I use to compile KDE Frameworks. The
-following packages are not included: kdewebkit and kde4support.
-Moreover, the KTextEditor library is not included in the list of modules
-to be compiled. This is because it's the only library from Frameworks
-that I contribute and, therefore, I want to keep it separately. I will
-remove this directory when the KDE Frameworks is stable and all the
-KDE apps are ported to Frameworks.
-
-This directory assumes that you have my Git configuration (things like the
-"down" alias, the "kde:" prefix, etc.). This directory also assumes that
-you have installed all the dependencies as specified in:
-
- https://community.kde.org/Frameworks/Building
-
-In order to compile everything, perform the following commands in the
-directory where all the KDE Frameworks sources should go:
-
- $ source kf5.sh
- $ ./kf5-build.sh
-
-This configuration assumes that:
-
- * The KF5 libraries will be installed at $HOME/kf5.
- * You have Qt 5 installed at /opt/qt5.
-
-Happy hacking!