John Culleton <John at wexfordpress.com> writes: > > Now I have a current cmake that error goes away but I get one like this: > CMake Error: The source directory "/home/safe/dev/scribus/svn" does not > appear to contain CMakeLists.txt." You have to hand over the directory containing CMakeLists.txt as first parameter to cmake.
cd <dir_where_you_downloaded_scribus_to>/Scribus cmake . <options> > > There is no precompiled version for Slackware. Never has been. > > I went to the bother of installing Ubuntu (ugh) to use the overnight > compiles for that OS but it doesn't have svn nor any easy path to it. > The precompiled version requires more knowledge of Debian than I have. > > > Since Jluc no longer builds from source I need a reasonable path for > Slackware that will allow me to create and update Scribus 1.5.3 for my > system. If anyone has a script that serves the same purpose as Jluc's > maksvn I would much appreciate a pointer to it. I want to update my > previous book on creating book covers using Scribus to be published > after 1.6.0 is announced. > > -- I use and maintain this for Arch Linux https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=scribus-svn Look especially at the build function. It should be adaptable for Slackware. Best Regards Stefan Husmann
