forked from JotaRandom/epdfview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
36 lines (21 loc) · 690 Bytes
/
INSTALL
File metadata and controls
36 lines (21 loc) · 690 Bytes
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
ePDFView Installation Instructions
==================================
1) Get the tarball.
2) Copy it to your home directory.
3) Unpack it:
tar xvzf epdfview-<version>.tar.gz
4) Change to the new directory:
cd epdfview-<version>
5) Run the configure script. You can check its parameters using the
help option:
./configure --help
./configure --prefix=/usr/local
6) Make the application:
make
7) Make sure the application was built correctly (Optional. Needs
CppUnit):
make check
8) Install it:
make install
9) Run the application:
epdfview