the "su -" part didier mentioned gets you to "true root" whereas just "su" gets you to... almost(?) true root. some programs don't compile properly without the -.
On Sat, Aug 8, 2015 at 2:51 PM, Didier Spaier <[email protected]> wrote: > 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 > > _______________________________________________ > SlackBuilds-users mailing list > [email protected] > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > _______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
