On Monday, June 20, 2011 08:59:32 pm John Jason Jordan wrote: > On Mon, 20 Jun 2011 19:22:41 -0400 > > John Culleton <john at wexfordpress.com> dijo: > >OK here is the 1.4.0 script. You can put it in /usr/local, > >sign on as root and run it from there. You also need to > >have a directory /usr/local/src/s140 > >------------------------------------------------------- > >cd /usr/local/src/s140 > >rm -r * > >cd ../ > >svn co svn://scribus.net/branches/Version135/Scribus s140 > >cd s140 > >cmake . - DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus4_svn > >make > >make install > >cd scribus > >ls -l scribus > >rm /usr/local/bin/scrib4 > >ln scribus /usr/local/bin/scrib4 > >---------------------------------------------- > > > >The major distro, whether Fedora or Slackware or whatever > >won't keep up with release candidates. The script will. > > Thanks for the script, but I can't get it to work yet. > > First, I su'd to root at the command line, then created > the /usr/local/s140 directory. > You need to create /usr/local/src/140
> Then I copied your script to Gedit. I have a folder ~/Software into > which I put all funny programs that didn't come from a Fedora repo. I > made a folder in it for Scribus ~/Software/Scribus and saved the script > into it as Scribus_1.4_script. > > >From the command line I changed to the ~/Software/Scribus directory and > > did: > > [root at Devil8 Scribus]# ./Scribus_1.4_script > bash: ./Scribus_1.4_script: Permission denied > [root at Devil8 Scribus]# su jjj > [jjj at Devil8 Scribus]$ ./Scribus_1.4_script > bash: ./Scribus_1.4_script: Permission denied > > Root can't run a script from jjj's home folder? JJJ can't either? WTH? > > I must remind everyone that the subject of this message starts with > "Idiot." > > ___ > Scribus Mailing List: scribus at lists.scribus.net > Edit your options or unsubscribe: > http://lists.scribus.net/mailman/listinfo/scribus > See also: > http://wiki.scribus.net > http://forums.scribus.net First, put the script in /usr/local. Second create directory /usr/local/src/s140 Third chmod 777 yourscriptname. (I didn't think to add this detail.) Fourth run the script from root. I didn't write the script to be an universal elixir. If you use it the way I do it will work. It works for me every night. But I follow the instructions given above. -- John Culleton "Death Wore Black" Police procedural: http://www.deathworeblack.com/ "Create Book Covers with Scribus" http://booklocker.com/books/4055.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.scribus.net/pipermail/scribus/attachments/20110620/6990d6bb/attachment.html>
