Commit c67d4887 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf jasper-3.0.3.tar.gz
mkdir build
cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_INSTALL_RPATH=YES -DJAS_ENABLE_DOC=NO -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-3.0.3 ../jasper-version-3.0.3
$(MAKE) -C build
$(MAKE) -C build test
$(MAKE) -C build install
rm -rf jasper-version-3.0.3
rm -rf build
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