aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 81e0a2d0299a3189d3764da73035945ad3b36063 (plain)
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
How to build ltrace from source
-------------------------------

To get the latest version from GIT:

	git clone git://git.debian.org/git/collab-maint/ltrace.git

To create a distribution (ltrace-<version>.tar.gz):

	./mkdist

To compile from repository:

	aclocal
	autoheader
	autoconf
	./configure
	make

To compile from distribution:

	./configure
	make

To build debian/control (to create Debian package):

	debian/rules debian/control DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes