On 12/06/2010 05:25 AM, fran.renard at free.fr wrote: > Hello, > > I'm a newbie on Scribus, and I'd like to install it locally on a RedHat/Linux > PC, because I'm not administrator. > > I've downloaded scribus-1.3.3.14.tar.bz2 and unpacked it locally. I've get a > scribus-1.3.3.14 directory. > > There is no configure command, and I've understood that I've to use cmake. > > I've created a "install" and a "build" directory, on the same level as the > source "scribus" directory, in the scribus-1.3.3.14 directory. > In the build directory, I've done : > > cmake ../scribus > -DCMAKE_INSTALL_PREFIX:PATH=/home/username/scribus-1.3.3.14/install > One question is what you are trying to do with this syntax. I can see you want the installation to go to this PATH, but what is this '../scribus'? You don't want to point to this directory with cmake, AFAIK.
If you look back a few threads in the ML archives, you can find some specific suggestions that Craig made for the syntax of setting up an install directory and also a separate build directory. Greg
