Commit 2879e41d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated potrace to 1.16

parent 95893071
all: all:
tar xf potrace-1.15.tar.gz tar xf potrace-1.16.tar.gz
cd potrace-1.15 && ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/potrace-1.15 --enable-a4 --enable-metric --with-libpotrace cd potrace-1.16 && ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/potrace-1.16 --enable-a4 --enable-metric --with-libpotrace
$(MAKE) -C potrace-1.15 $(MAKE) -C potrace-1.16
$(MAKE) -C potrace-1.15 check $(MAKE) -C potrace-1.16 check
$(MAKE) -C potrace-1.15 install $(MAKE) -C potrace-1.16 install
rm -rf potrace-1.15 rm -rf potrace-1.16
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment