File: INSTALL

package info (click to toggle)
lbreakouthd 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,908 kB
  • sloc: cpp: 6,527; ansic: 5,444; sh: 4,755; makefile: 247; sed: 16
file content (17 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
When checked out from SVN:

to build current m4 directory: 
	gettextize -f
to build aclocal.m4: 
	aclocal -I m4
to build standard config.h.in: 
	autoheader
to generate configure file: 
	autoconf
to generate Makefile.in from Makefile.am:
	automake

After that (or for distributed source package):
	./configure
	make
	make install