File: README.LINUX

package info (click to toggle)
ayttm 0.6.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,368 kB
  • ctags: 8,851
  • sloc: ansic: 65,755; sh: 10,810; cpp: 3,092; makefile: 561; yacc: 294; lex: 53; sed: 16
file content (39 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (3)
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
How to build on various platfoms:

RedHat: 
	EL3-WS (confirmed)
	1) install and build jasper
	2) ./configure
	3) make
	4) make install

	7.3 (confirmed)
	0) install autoconf atleast v2.57
	   install automake atleast v1.6.3
	1) install and build jasper
	2) ./configure
	3) make
	4) make install

Mandrake:
	10 (confirmed)
	# Base automake/autoconf tools can not properly install smileys. so use
	# -i option to install everything. 
	# Smileys will not be install.
	0) Install autoconf 2.59
	   Install automake 1.7
	   Install libltdl3-devel
	   Install libgtk+2.0-devel
	1) install and build jasper
	2) ./configure
	3) make
	4) make -i install

	9.2 (confirmed) (automake-1.4, autconf-2.13, libtool-1.4)
	# Base automake/autoconf tools can not properly install smileys. so use
	# -i option to install everything. 
	# Smileys will not be install.
	1) install and build jasper
	2) ./configure
	3) make
	4) make -i install