> Gesendet: Donnerstag, 13. Februar 2014 um 19:57 Uhr
> Von: "john Culleton" <John at wexfordpress.com>
> An: scribus at lists.scribus.net
> Betreff: [scribus] Crossbuild 1.6.0 on Linux for MSWindows.
>
> On Thu, 13 Feb 2014 11:17:22 -0600
> Kunda Loves Scribus <scribus.user at gmail.com>
> wrote:
>
> > What do you think of this as a last minute idea:
> > http://wiki.scribus.net/canvas/GSOC_2014_Ideas/Continuous_Integration_Framework
> > Anyone want to co-mentor ?
> >
> > Kunda
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> > <http://lists.scribus.net/pipermail/scribus/attachments/20140213/13ce91c3/attachment.html>
> > ___ 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
> Can I cross-compile a Windows scribus 1.5.0 on my
> linux system? This was mentioned in the GSoC
> posting. Is it currently available? If so what
> must I change in my standard svn oriented script?
> --------------------------------------------
> export
> Qt5Core_DIR=/home/safe/Qt/5.1.1/gcc_64/lib/cmake/Qt5Core
>
> export Qt5Widgets_DIR=/home/safe/Qt/5.1.1/gcc_64/lib/cmake/Qt5Widgets
>
> export Qt5Xml_DIR=/home/safe/Qt/5.1.1/gcc_64/lib/cmake/Qt5Xml
>
> export
> Qt5WebKitWidgets_DIR=/home/safe/Qt/5.1.1/gcc_64/lib/cmake/Qt5WebKitWidgets
>
> export
> Qt5LinguistTools_DIR=/home/safe/Qt/5.1.1/gcc_64/lib/cmake/Qt5LinguistTools
>
> export Qt5WebKit_DIR=/home/safe/Qt/5.1.1/gcc_64/lib/cmake/Qt5WebKit
> rm -r /usr/local/src/s150
> cd /usr/local/src
> svn co svn://scribus.net/trunk/Scribus s150
> cd s150
> /usr/local/bin/cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus_svn
> -DQT_PREFIX=/home/safe/Qt/5.1.1/gcc/
> make
> make install
> cd scribus
> rm /usr/local/bin/scrib5
> ln scribus /usr/local/bin/scrib5
> -----------------------------------------
>
Hi John,
Without some heavy modifications to the Scribus source code you probably won't
be able to build a Windows version of Scribus on Linux. Scribus for Windows is
being built (and has been since its inception) with MS Visual Express. In
addition to the Scribus source code you also need to compile all of the
dependencies (unless there is an installer for any of them available that also
provides the header files and other development stuff).
Compiling programs on Windows is a chore and mind-bogglingly complicated for
someone coming from Linux/BSD/Mac OS X. I, for one, have given up on this for
the time being.
HTH,
Christoph