root/trunk/INSTALL

Revision 50, 0.7 kB (checked in by jordi, 2 years ago)

Added the AUTHORS, README, INSTALL and NEWS files to be ready for distribution.

Line 
1
2     ePDFView Installation Instructions
3     ==================================
4
5     1) Get the tarball.
6     2) Copy it to your home directory.
7     3) Unpack it:
8    
9         tar xvzf epdfview-<version>.tar.gz
10        
11     4) Change to the new directory:
12
13         cd epdfview-<version>
14
15     5) Run the configure script. You can check its parameters using the
16        help option:
17
18        ./configure --help
19        ./configure --prefix=/usr/local
20
21     6) Make the application:
22    
23         make
24
25     7) Make sure the application was built correctly (Optional. Needs
26        CppUnit):
27
28         make check
29
30     8) Install it:
31
32         make install
33
34     9) Run the application:
35
36         epdfview
Note: See TracBrowser for help on using the browser.