-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
31 lines (18 loc) · 707 Bytes
/
INSTALL
File metadata and controls
31 lines (18 loc) · 707 Bytes
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
Kroket installation instructions
These are the installation guidelines for kroket.
REQUIREMENTS
The only dependency on which Kroket relies is the Qt library.
It is installed by default on most of (GNU)Linux distributions.
Make sure you have the development packages (notably qmake) of Qt
before trying to compile Kroket.
HOW TO PROCEED
Well, it's pretty simple:
$ qmake
This will generate the Makefiles. You may modify the compiler's flags
by editing the last lines of `kroket.pro'.
$ make
This will build Kroket.
When done, you can eventually copy the generated executable in a bin directory.
$ cp kroket ~/.local/bin
$ sudo cp kroket /usr/bin
Or anything like that should do.