https://github.com/choueric/kscope-4
a porting of kscope 1.6.2 using KDE4 & qt4, Source editing environment
https://github.com/choueric/kscope-4
Last synced: over 1 year ago
JSON representation
a porting of kscope 1.6.2 using KDE4 & qt4, Source editing environment
- Host: GitHub
- URL: https://github.com/choueric/kscope-4
- Owner: choueric
- Created: 2013-10-13T08:58:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T05:39:00.000Z (about 8 years ago)
- Last Synced: 2025-01-21T16:32:24.808Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kscope-4
A simple port of [kscope 1.6.2][1] onto QT4 and KDE4.
# Build
## Prepare
Requirment packages:
- build-essential
- cmake
- kdelibs-dev
- ctags
- cscope
In Ubuntu 14.04, do:
```sh
sudo apt install build-essential cmake kde-developer-sdk exuberant-ctags cscope
```
## Configurate
First run
```sh
$ make config
```
This will create a `_build` directory as the output dircetory of CMake, where
contains the compile-generated files and the final executable file.
Right now, it just uses Qt4 by setting `QT_SELECT=4`. So if there is only Qt5,
you should install Qt4 tools.
## Build
```sh
$ make build
```
## Install
```sh
$ make install
```
The destination directory is `/usr/local/bin`.
# Development
- This project is also easy been imported and developped by QT Creator.
- icons' names are almost from /usr/share/icons/kde/oxygen
- ui file's path are showed by "kde4-config --path data".
In the pregress of development, this program will check whether its ui file
is in these paths.
Now, we use a temporary method to run programe without installing XMLGUI file
into /usr/share now.
[1]: https://sourceforge.net/projects/kscope/