-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL
43 lines (31 loc) · 1.19 KB
/
INSTALL
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
40
41
42
43
smoothscan 0.1.0
Dependencies
------------
Please install the following dependencies before smoothscan.
leptonica: http://leptonica.com/
libharu: http://libharu.org/
potrace: http://potrace.sourceforge.net/
fontforge (compiled w/ python support): http://fontforge.org/
python: http://www.python.org/
In order for leptonica to be able to read and write image formats, you
will have to install the library for that particular image format. See
the leptonica documentation for more info. In order for smoothscan to
work properly, leptonica must be compiled with at least tiff and png
support.
autotrace can be used in place of potrace, but potrace generally
produces better quality vectorizations.
Downloading
-----------
First make sure you always download the latest version of the
software. You can get it from the project's homepage at
<https://natecraun.net/projects/smoothscan/>
Installation
------------
Installation follows the standard GNU Autotools procedure:
./configure
make
sudo make install
see configure --help for more information on options.
Pay attention to the output from configure. It will warn you if you
are missing any dependencies or if any problems were encountered with
the build.