diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-06 10:36:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-06 10:36:35 +0100 |
| commit | ecf5f71418ceecdb3cc1f0a641bcad6db7484d26 (patch) | |
| tree | 84fe816bf12c41de383e834fb4b36be86c93ca38 | |
| parent | 5165eaf71c293f19c04c9cff13d37d280263b8e1 (diff) | |
| download | dotfiles-ecf5f71418ceecdb3cc1f0a641bcad6db7484d26.tar.gz dotfiles-ecf5f71418ceecdb3cc1f0a641bcad6db7484d26.zip | |
kf5: added some notes regarding my git config.
| -rw-r--r-- | kf5/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/kf5/README.md b/kf5/README.md index b811709..ef1142f 100644 --- a/kf5/README.md +++ b/kf5/README.md @@ -8,10 +8,14 @@ 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 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: +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 |
