Skip to content

Commit 5ce9c9e

Browse files
indicates the dependencies
1 parent 464ca20 commit 5ce9c9e

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
1726
Install
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
3546
mkdir build
3647
cd 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
3849
make
39-
sudo make install
50+
make install
4051
```
4152

4253
or
4354

55+
As root user
56+
4457
```sh
4558
mkdir build
4659
cd 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
4861
make
49-
make install
62+
sudo make install
5063
```
5164

5265
Old repository

0 commit comments

Comments
 (0)