File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ Features
1414 - Delete the views found in other split views
1515 - Moving a file from one split view to the other. Split if it is not already.
1616
17+ Dependencies
18+ ------------
19+
20+ ### Debian and derived
21+ - kdelibs5-dev
22+
23+ ### Other distros
24+ - kdelibs5-devel
25+
1726Install
1827-------
1928
@@ -31,22 +40,26 @@ sed -i 's/X\-KDevelop\-Version=[0-9][0-9]/X-KDevelop-Version=15/' kdevswitchview
3140
3241### All versions
3342
43+ As a user
44+
3445``` sh
3546mkdir build
3647cd build
37- cmake .. -DCMAKE_INSTALL_PREFIX=$( kde4-config --prefix ) -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
48+ cmake .. -DCMAKE_INSTALL_PREFIX=$( kde4-config --localprefix ) -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
3849make
39- sudo make install
50+ make install
4051```
4152
4253or
4354
55+ As root user
56+
4457``` sh
4558mkdir build
4659cd build
47- cmake .. -DCMAKE_INSTALL_PREFIX=$( kde4-config --localprefix ) -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
60+ cmake .. -DCMAKE_INSTALL_PREFIX=$( kde4-config --prefix ) -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
4861make
49- make install
62+ sudo make install
5063```
5164
5265Old repository
You can’t perform that action at this time.
0 commit comments