~lwh/pana/pana-1.4

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: lwh
  • Date: 2010-05-16 00:59:29 UTC
  • Revision ID: lwh@lwhx4e-20100516005929-lt065x1m2o6syer3
Changed ruby lib and data folders to be prefixed with pana14 to avoid conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installing Pana
2
2
 
 
3
Please see README for more detail on requirements and optional features
 
4
 
3
5
In order to compile and install Pana on your system, type the following in the
4
6
base directory of the Pana distribution:
5
7
 
6
8
 
7
 
   % ./configure --prefix=`kde-config --prefix` --disable-debug --disable-warnings --without-arts
 
9
   % ./configure --prefix=`kde-config --prefix` --disable-debug --disable-warnings
8
10
        # Assuming that works 
9
11
   % make
10
12
   % make install
11
13
 
12
 
        # If you want to see what options are available check this:
 
14
It's almost certain that you'll want to add features, run: A
 
15
 
13
16
        % ./configure --help
14
17
 
15
 
Please see README for more detail on requirements and optional features
 
18
to see all the possible build options.