~lwh/pana/pana-1.4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Installing Pana

Please see README for more detail on requirements and optional features

In order to compile and install Pana on your system, type the following in the
base directory of the Pana distribution:


   % ./configure --prefix=`kde-config --prefix` --disable-debug --disable-warnings
	# Assuming that works 
   % make
   % make install

It's almost certain that you'll want to add features, run: A

	% ./configure --help

to see all the possible build options.