Difference between revisions of "Installing Scribus on Win32"
From Scribus Wiki
Line 1: | Line 1: | ||
{{HOWTO Index}} | {{HOWTO Index}} | ||
− | + | '''Instructions for installing from binaries''' | |
− | By posting these instructions here, hopefully others will be encouraged to engage the process of both documenting and applying the documentation to achieve a working recipe for building Scribus for Windows. | + | * Remove all entries of cygwin from the registry |
+ | * Move previous cygwin install c:\cygwin to c:\cygwin.old | ||
+ | * Install [http://www.cygwin.com/setup.exe Cygwin] with the following packages: | ||
+ | + ghostscript-x11 | ||
+ | + jpeg | ||
+ | + lcms | ||
+ | + libart_lgpl | ||
+ | + libpng | ||
+ | + libxml2 | ||
+ | + psutils | ||
+ | + tiff | ||
+ | + xorg-X11-base | ||
+ | + xorg-X11-fscl | ||
+ | + xorg-X11-fsrv | ||
+ | * Download [http://webdev.cegit.de/snapshots/kde-cygwin/qt/qt-x11-free-3.3.3-0.tar.bz2 qt-x11-free-3.3.3-0.tar.bz2] and save it to the root directory of Cygwin - typically c:\cygwin\. | ||
+ | * Download [http://prdownloads.sourceforge.net/kde-cygwin/scribus-1.2.1.tar.bz2?download scribus-1.2.1.tar.bz2] and save it to the root directory of Cygwin. | ||
+ | |||
+ | Next start cygwin and do the following: | ||
+ | <pre>cd / | ||
+ | tar jxvf scribus-1.2.1.tar.bz2 | ||
+ | tar jxvf qt-x11-free-3.3.3-0.tar.bz2 | ||
+ | cd ~ | ||
+ | Xwin -multiwindow -clipboard & | ||
+ | /opt/scribus/1.2/bin/scribus.exe &</pre> | ||
+ | |||
+ | |||
+ | Happy Scribing! | ||
+ | |||
+ | |||
+ | ------------------------------------------------ | ||
+ | |||
+ | |||
+ | This second part deals with compiling QT from source found at the [http://kde-cygwin.sourceforge.net/qt3/index.php kde-cygwin project.] | ||
+ | |||
+ | By posting these instructions here, hopefully others will be encouraged to engage the process of both documenting and applying the documentation to achieve a working recipe for building Scribus 1.3 for Windows. | ||
'''Instructions for installing QT/X11 from source:''' | '''Instructions for installing QT/X11 from source:''' | ||
Line 61: | Line 95: | ||
'''Later after the above has been worked out, one might proceed with the following:''' | '''Later after the above has been worked out, one might proceed with the following:''' | ||
− | |||
− | |||
* [http://prdownloads.sourceforge.net/kde-cygwin/scribus-1.2.1.tar.bz2?download scribus-1.2.1.tar.bz2] | * [http://prdownloads.sourceforge.net/kde-cygwin/scribus-1.2.1.tar.bz2?download scribus-1.2.1.tar.bz2] | ||
Line 73: | Line 105: | ||
Xwin -multiwindow -clipboard & | Xwin -multiwindow -clipboard & | ||
/opt/scribus/1.2/bin/scribus.exe</pre> | /opt/scribus/1.2/bin/scribus.exe</pre> | ||
− | |||
− | |||
------------------------------------ | ------------------------------------ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 06:41, 8 March 2005
Installation • Usage • PDF issues • Imposition • Other |
Instructions for installing from binaries
- Remove all entries of cygwin from the registry
- Move previous cygwin install c:\cygwin to c:\cygwin.old
- Install Cygwin with the following packages:
+ ghostscript-x11 + jpeg + lcms + libart_lgpl + libpng + libxml2 + psutils + tiff + xorg-X11-base + xorg-X11-fscl + xorg-X11-fsrv
- Download qt-x11-free-3.3.3-0.tar.bz2 and save it to the root directory of Cygwin - typically c:\cygwin\.
- Download scribus-1.2.1.tar.bz2 and save it to the root directory of Cygwin.
Next start cygwin and do the following:
cd / tar jxvf scribus-1.2.1.tar.bz2 tar jxvf qt-x11-free-3.3.3-0.tar.bz2 cd ~ Xwin -multiwindow -clipboard & /opt/scribus/1.2/bin/scribus.exe &
Happy Scribing!
This second part deals with compiling QT from source found at the kde-cygwin project.
By posting these instructions here, hopefully others will be encouraged to engage the process of both documenting and applying the documentation to achieve a working recipe for building Scribus 1.3 for Windows.
Instructions for installing QT/X11 from source:
- Remove all entries of cygwin from the registry
- Move previous cygwin install c:\cygwin to c:\cygwin.old
- Install Cygwin with the following packages:
+ autoconf + binutils + byacc + cvs + flex + gcc-g++ + ghostscript-x11 + jpeg + lcms + libart_lgpl + libjpeg6b + libpng + libpng12 + libpng12-devel + libtiff5 + libtiff5-devel + libxml2 + libxml2-devel + make + xorg-X11-base + xorg-X11-devel + xorg-X11-fscl + xorg-X11-fsrv
Obtain source:
- cd ~/
- cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/kde-cygwin login
- <enter>
- cvs -z6 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/kde-cygwin co -r QT_WIN32_3_3_BRANCH qt-3
Later you can update the sources by
- cd ~/src/qt-3
- cvs -z6 update
But for now we'll continue with:
- cd ~/src/qt-3
- export QTDIR=$PWD
- export PATH=$QTDIR/bin:$PATH
- export QMAKESPEC=cygwin-g++
- make -f Makefile.cvs
- "echo yes | ./configure -platform cygwin-g++ -plugin-imgfmt-mng -qt-zlib -qt-gif -qt-libpng -qt-libjpeg -qt-libmng -no-g++-exceptions -thread -no-stl -no-sm -no-xft -no-xkb -no-xrender -disable-opengl -disable-sql -prefix /opt/qt/3.3 -fast"
Compile the sources
- make (Huge thanks to Ralf and Peter of the kde-cygwin project!!!)
Later after the above has been worked out, one might proceed with the following:
Now start the cygwin BASH shell and do the following:
cd / tar jxvf scribus-1.2.1.tar.bz2 cd ~ Xwin -multiwindow -clipboard & /opt/scribus/1.2/bin/scribus.exe