Advertisement
metapy

install , build jp2a

Mar 13th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. git clone https://github.com/cslarsen/jp2a.git
  2. cd jp2a
  3. apt-get install autoconf
  4. apt-get install autogen
  5. chmod +x autogen.sh
  6. ./autogen.sh
  7. apt-get install libjpeg-dev
  8. ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so.62 /usr/local/lib
  9. ./configure --with-jpeg-prefix=/usr/local/ --with-curl-config='which curl-config'
  10. make -j
  11. make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement