This file is indexed.

/usr/share/doc/skrooge/README is in skrooge 1.8.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
26
27
28
29
30
31
32
33
34
35
How to build it:

1- Install prerequisits:
	* kde4 headers (>=4.8)
	* libqt4-dev libqt4-sql-sqlite (>=4.7)
	* kdesdk-scripts
	* libqca2-dev
	* libofx-dev
	* libgrantlee-dev (>=0.2)
	* libkdepimlibs5-dev
	* libkactivities-dev
	* libqjson-dev (>=0.8.0)
	* libsqlite3-dev (>=3.7.0)
	* kdepimlibs5-dev
	* xsltproc
	
	Examples:
	On ubuntu:
		sudo apt-get install build-essential cmake devscripts cdbs libqca2-dev libsqlite3-dev kdelibs5-dev libofx-dev libgrantlee-dev automoc subversion qt4-designer qt4-dev-tools libqjson-dev


2- Extract the archive, and enter the "skrooge" directory. Then run :
	cmake . -DCMAKE_INSTALL_PREFIX=[path to your KDE installation]
	make
	make install (as root)

	Examples:
	On ubuntu:
		mkdir build
		cd build
		cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release
		make
		sudo make install

		to launch it: /usr/bin/skrooge