-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
executable file
·25 lines (18 loc) · 827 Bytes
/
README.txt
File metadata and controls
executable file
·25 lines (18 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is a meta-repo for all KDE Frameworks. KDE Frameworks 5 has split into multiple repositories.
This adds all of them as git submodules so they can all be cloned and build as one, just like when it was in kdelibs.
I used the cmake files
How to download:
git clone https://github.com/n3rdopolis/kf5.git
cd kf5
git submodule sync --recursive
git submodule init
git submodule update --recursive --force --remote
git pull
and then run
git pull
git submodule update --recursive --force --remote
to update to the latest KDE modules if you ever need to. This works on Git 1.8.2 and later, where submodule branches are supported
If you have an older version of git than 1.8.2, to update all the submodules you will need to run
git submodule foreach git checkout master
git submodule foreach git pull
if you need to rebuild