r21599 by mrdocs - minor tweaks

scribus-commit scribus-commit at lists.scribus.net
Tue Dec 6 21:28:07 UTC 2016


Author: mrdocs
Date: Tue Dec  6 21:28:07 2016
New Revision: 21599

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21599
Log:
minor tweaks

Modified:
    trunk/Scribus/BUILDING
    trunk/Scribus/README

Modified: trunk/Scribus/BUILDING
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21599&path=/trunk/Scribus/BUILDING
==============================================================================
--- trunk/Scribus/BUILDING	(original)
+++ trunk/Scribus/BUILDING	Tue Dec  6 21:28:07 2016
@@ -27,14 +27,15 @@
 Install the below packages BEFORE running CMake or compiling Scribus:
 
 Requirements:
-	Qt >= 5.6.0 (Scribus has specific code requiring Qt 5.6.0, not Qt 5.5.x or before)
+	Qt >= 5.5.0 (Scribus has specific code requiring Qt 5.5.0, not Qt 5.4.x or before)
 	Freetype >= 2.1.7 (2.3.x strongly recommended)
 	cairo >= 1.14.x 
 	libtiff >= 3.6.0
 	LittleCMS (liblcms) >= 2.0 (2.1+ recommended)
 	libjpeg (depending on how Qt is packaged)
 	harfbuzz = > 0.9.42
-
+	libicu
+	
 Recommended:
 	CUPS
 	Fontconfig >= 2.0
@@ -249,7 +250,7 @@
 Suse/Opensuse
 =============
 
-Recommended packages for compiling from source on SuSE 13.x:
+Recommended packages for compiling from source on SuSE 13.2 => :
 	libqt5-qtbase-devel (required)
 	libqt5-qtdeclarative-devel (required)
 	libqt5-qttools-devel (required)
@@ -273,6 +274,8 @@
 	libGraphicsMagick++-devel
 	libOpenSceneGraph-devel  *Optional- but available from the games repo
 	update-desktop-files
+	libicu
+	harfbuzz-devel
 
 You can install these packages using YaST. You may find it difficult to compile
 Scribus 1.5.3+ on anything older than Suse 13.2.

Modified: trunk/Scribus/README
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21599&path=/trunk/Scribus/README
==============================================================================
--- trunk/Scribus/README	(original)
+++ trunk/Scribus/README	Tue Dec  6 21:28:07 2016
@@ -1,4 +1,4 @@
-=What’s New in Scribus 1.5.2?=
+=What’s New in Scribus 1.5.3 ?=
 
 
 This is a cursory overview over the most important changes in Scribus compared to the latest stable version 1.4.x.
@@ -11,7 +11,7 @@
 
 ==General==
 
-Qt 5: As of version 1.5.x, Scribus is being built using version 5 of the Qt toolkit.
+Qt 5: As of version 1.5.3, Scribus is being built using version 5.6 of the Qt toolkit.
 
 More dependencies: Scribus 1.5.x makes extensive use of many more external libraries than earlier versions, especially for import filters. In most cases Scribus needs to be explicitly compiled against these libraries, so they become dependencies. In other cases (e.g. UniConvertor), Scribus will detect an installed version automatically. Note that full support for some libraries may not be available on Mac OS X and Windows until the final 1.6.0 release.
 




More information about the scribus-commit mailing list