What options are there for compiling Scribus?

Ralf Habacker ralf.habacker at freenet.de
Sat Feb 26 19:44:38 CET 2005


Hi Stevenm 

refering to you howto in http://wiki.scribus.net/index.php/Installing_Scribus_from_CVS_sources_on_Win32_with_QT_3/Windows

There are three download options. first binary package, second download source snapshot, third cvs checkout 

First: qt binary download (no compilation required, will be installed in /opt/qt/3.3) 
  a.. Download QT-X11-Free (http://webdev.cegit.de/snapshots/kde-cygwin/qt/qt-x11-free-3.3.3-0.tar.bz2) and save file to your Cygwin root directory (c:\cygwin). 
  b.. Open cygwin command-line shell 
  c.. $ cd / 
  d.. $ tar zxvf qt-x11-free-3.3.3-0.tar.bz2 -> tar -xvjf qt-x11-free-3.3.3-0.tar.bz2 (or higher patchlevel for example xxx-1.tar.bz2)
  e.. . /etc/profile    (reread profile to update QTDIR and so on) 
second source download snapshot   

for example 
    download http://webdev.cegit.de/snapshots/kde-cygwin/qt/qt-win-free-3.3.3-2005-02-26-src.tar.bz2 to cygwin root dir 
    mkdir src 
    cd src
    tar -xjvf /qt-win-free-3.3.3-2005-02-26-src.tar.bz2

  
third cvs checkout 

        $ mkdir src 
  a.. $ cd src 
  b.. $ cvs -d :pserver:anonymous at cvs.sourceforge.net:/cvsroot/kde-cygwin login 
  c.. enter empty password 
Additional hint 

a.. $ cd $QT_SOURCE_TREE 
a.. $ make -f Makefile.cvs

should be 
    cd $QTDIR
    make -f $QT_SOURCE_DIR/Makefile.cvs 

BTW: I'm currently preparing to update the http://kde-cygwin.sf.net/qt3/compiling instruction. You can refer to this in future. 

regards 
Ralf 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-cygwin/attachments/20050226/2d921f9c/attachment.html


More information about the kde-cygwin mailing list