On Wed, 31 Jul 2013 03:54:25 +0100 John Beardmore <John at T4sLtd.co.uk> wrote:
> Is there an SVN build for windows that we can download ? > Ideally 64 bit. > > > Cheers, J/. Probably the easiest way home is to set up a small Linux partition (I use slackware) and fire up a script like this in /usr/local: -------------------------------------------------- rm -r /usr/local/src/s150 cd /usr/local/src svn co svn://scribus.net/trunk/Scribus s150 cd s150 cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus_svn -DWANT_SCRIPTER2=1 -DWANT_GRAPHICSMAGICK=1 2>/usr/local/foo make make install cd scribus rm /usr/local/bin/scrib5 ln scribus /usr/local/bin/scrib5 ---------------------------------- I run it automatically every night.
