r19227 by jghali - A few updates to msvc build instructions

scribus-commit scribus-commit at lists.scribus.net
Sat Jun 14 23:14:36 UTC 2014


Author: jghali
Date: Sat Jun 14 23:14:36 2014
New Revision: 19227

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19227
Log:
A few updates to msvc build instructions

Modified:
    trunk/Scribus/BUILDING_win32_msvc.txt

Modified: trunk/Scribus/BUILDING_win32_msvc.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19227&path=/trunk/Scribus/BUILDING_win32_msvc.txt
==============================================================================
--- trunk/Scribus/BUILDING_win32_msvc.txt (original)
+++ trunk/Scribus/BUILDING_win32_msvc.txt Sat Jun 14 23:14:36 2014
@@ -9,9 +9,9 @@
 related tools will be provided.
 
 You will need:
-	- Microsoft Windows XP, Vista or 7
-	- Microsoft Visual Studio 2008 or Visual C++ Express Edition 2008
-	- A recent Qt release built with Visual Studio 2008 (version >= 4.7)
+	- Microsoft Windows XP, Vista, 7 or 8
+	- Microsoft Visual Studio 2010 or superior (including Express editions)
+	- A recent Qt release built with matching Visual Studio version (version >= 5.0)
 	- Cairo sources from cairographics.org (version >= 1.11.4)
 	- Pixman sources from cairographics.org (version >= 0.24.4)
 	- Boost from www.boost.org (version >= 1.35.0)
@@ -95,16 +95,8 @@
 ----
 Qt:
 
-Download the latest qt >= 4.7 snapshot from ftp://ftp.qt.nokia.com/qt/source
-and unpack it to C:\Developer.
-
-Start a command line and import your Visual Studio environment:
-\path\to\visual\studio\VC\vcvarsall.bat
-
-now cd to C:\Developer\qt-everywhere-whatever and run configure:
-configure -debug-and-release -fast -no-qt3support -platform win32-msvc2008
-
-and nmake.
+Download the latest qt >= 5.0 release matching with your Visual Studio version 
+from qt-project.org and install it.
 
 ----
 Boost:




More information about the scribus-commit mailing list