-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathINSTALL
35 lines (28 loc) · 909 Bytes
/
INSTALL
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
Installation Instructions
*************************
Dependencies
======================
In Ubunutu/Linux mint/Debian following externals needs to be installed:
libxss-dev
libsqlite3-dev
gtkmm-2.4-dev
libjansson-dev
libcurl4-xxx-dev
On other distributions they might have different names.
Note on version number
======================
Version numbers are generated from Git. If building outside of
the repository it does a fallback to Debian changelog data with an added
"Unofficial".
Basic Installation
======================
If runing in debian derived environments:
Run shell commands `cmake .; make package` and install
the produced installation package:
dpkg -i timeit-<version>.deb
In redhat derived environments:
Run shell commands `cmake .; make package` and install
the produced installation package:
rpm -i timeit-<version>.rpm
Otherwise:
Run shell commands `cmake .; make ; make install`