Potrace™ is a tool for transforming a bitmap (PBM, PGM, PPM, or BMP format) into one of several vector file formats.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://downloads.sourceforge.net/potrace/potrace-1.15.tar.gz
Download MD5 sum: 60cecdaa9d14e0008f96b68dce77d246
Download size: 636 KB
Estimated disk space required: 7.5 MB (including tests)
Estimated build time: less than 0.1 SBU (including tests)
LLVM-4.0.1 (including clang).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/potrace
Install Potrace by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/potrace-1.15 \ --enable-a4 \ --enable-metric \ --with-libpotrace && make
To run the test suite, issue: make check.
Now, as the root
user:
make install
--enable-a4
: Use A4 as the
default paper size.
--enable-metric
: Use metric
units (centimeters) as default
--disable-static
: This
switch prevents installation of static versions of the libraries.
--with-libpotrace
: Install
the library and headers.
Last updated on 2017-08-25 11:57:45 -0700