Win32 version of Scribus

From Scribus Wiki
Revision as of 01:38, 8 March 2005 by Hap0 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compiling from Scribus from source is still a work in progress, but please feel free to add your own notes especially if you have any success!

Release Name: scribus-1.2cvs

Notes: Compiling instructions:

  • unpack scribus-1.2.1-src.tar.bz2
  • preconfigure:
  • make -f Makefile.dist
  • CFLAGS="-fdata-sections" CXXFLAGS="-fdata-sections" LDFLAGS="-Wl,--enable-runtime-pseudo-reloc,--script,$(QTDIR)/mkspecs/cygwin-g++/i386pi.x-no-rdata" ./configure --prefix=/opt/scribus/1.2
  • make CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms"

Notes for reference:

cboothe@IT-staff ~/src
$ cd scribus-1.2.1cvs/

cboothe@IT-staff ~/src/scribus-1.2.1cvs
$ make -f Makefile.dist
This Makefile is only for the CVS repository
This will be deleted before making the distribution

autoconf: not found
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
    environment variable M4 to something including "--nesting-limit=500"
*** Creating aclocal.m4
aclocal: not found
make[1]: *** [cvs] Error 127
make: *** [all] Error 2

cboothe@IT-staff ~/src/scribus-1.2.1cvs
$