Skip to content

Commit abc0951

Browse files
bekcetnyblom
authored andcommitted
Add package install command for Ubuntu to README.md (#25)
1 parent 5caa913 commit abc0951

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Building the tool
2121
Run `qmake && make`. You get `./svn-all-fast-export`.
2222
(Do a checkout of the repo .git' and run qmake and make. You can only build it after having installed libsvn-dev, and naturally Qt. Running the command will give you all the options you can pass to the tool.)
2323

24+
You will need to have some packages to compile it. For Ubuntu distros, use this command to install them all:
25+
`sudo apt-get install build-essential subversion git qtchooser qt-qmake qt5-default libapr1 libapr1-dev libsvn-dev`
26+
2427
KDE
2528
---
2629
there is a repository kde-ruleset which has several example files and one file that should become the final ruleset for the whole of KDE called 'kde-rules-main'.

0 commit comments

Comments
 (0)