forked from ThomasHabets/gtping
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
49 lines (35 loc) · 944 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
gtping/INSTALL
GTP Ping
By Thomas Habets <[email protected]>
Installing
==========
On debian systems I recommend creating a Debian package and installing
that. See below.
On other systems (or on debian if you like):
./configure
make
make install
Making a Debian package (optional)
==================================
./debian/rules binary
Making a release (maintainer only)
==================================
* up version in configure.ac
* debchange
* make mrproper
* autoreconf -i
* git commit
* make signed-dist
* debuild
System requirements
===================
I try to test it on at least these before doing a release:
* Debian GNU/Linux amd64
* Debian GNU/Linux x86
* OpenBSD amd64
* FreeBSD x86
* IRIX 6.5 mips
* Solaris 10 sparc
No special libraries are needed.
-----------------------------------------------------------------------------
Send questions/suggestions/patches/rants/money/routers to [email protected]