[Slackbuilds-users] Libopenjpeg not find

Didier Spaier didier at slint.fr
Sat Aug 8 21:51:47 UTC 2015


Hi Diego,

I think that there is a misunderstanding on how to use 
openjpeg.Slackbuilds as you wrote:

> I run all cmake make make instal make doc in instruction of openjpeg,
> but dont wok here.

You don't have to manually run all commands in the script, but just
execute the script itself as in the example in the HOWTO:
http://slackbuilds.org/howto/

In the case of openjpeg, just do this:
_ Download the SlackBuild:
   http://slackbuilds.org/slackbuilds/14.1/libraries/openjpeg.tar.gz
_ unpack the archive you just downloaded:
   tar xf openjpeg.tar.gz
_ now you should have a directory openjpeg
_ download the source;
   http://downloads.sourceforge.net/openjpeg.mirror/openjpeg-1.5.2.tar.gz
_ move openjpeg-1.5.2.tar.gz to openjpeg (alongside openjpeg.SlackBuild)
_ become root:
   su -
_ cd to the directory openjpeg
_ make sure openjeg.SlackBuild be executable:
   chmod 755 openjpeg.SlackBuild
_ execute the script to make the package. To do that, type:
   ./openjpeg.SlackBuild
_ This will take a few minutes. After it finishes type:
    installpkg /tmp/openjpeg*tgz

Didier


More information about the SlackBuilds-users mailing list