View Issue Details

IDProjectCategoryView StatusLast Update
0012891ScribusGeneralpublic2015-01-14 15:06
ReporterFirasH Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.4.5.svn 
Target Version1.4.5Fixed in Version1.4.5.svn 
Summary0012891: Fix some typos in "BUILDING_win32_msvc.txt"
DescriptionFixes attached as .diff.
Additional Information1.4.5.svn (19750)
TagsNo tags attached.
PatchYes

Activities

FirasH

2015-01-13 14:24

developer  

12891.diff (5,025 bytes)   
Index: BUILDING_win32_msvc.txt
===================================================================
--- BUILDING_win32_msvc.txt	(revisione 19750)
+++ BUILDING_win32_msvc.txt	(copia locale)
@@ -1,7 +1,7 @@
 BUILDING SCRIBUS ON MICROSOFT WINDOWS WITH MICROSOFT VISUAL STUDIO
 ==================================================================

-This documentation is minimal and assume you have a decent knowledge of
+This documentation is minimal and assume you have a decent knowledge of
 Microsoft Visual Studio. No help regarding use of Visual Studio and
 related tools will be provided.

@@ -11,7 +11,7 @@
	- A recent Qt release built with corresponding Visual Studio version (version >= 4.6)
	- Common libraries kit downloaded from http://sourceforge.net/projects/scribus/files/scribus-libs/
	- Scribus 14x libraries kit downloaded from http://sourceforge.net/projects/scribus/files/scribus-libs/
-
+
 It is possible to use Microsoft Visual Studio 2008 or 2012 Express editions. However in the case of Microsoft
 Visual Studio 2008 Express, SP1 is required in order to build the dependency archive.

@@ -19,7 +19,7 @@
 ====================

 This is a quick and dirty set of notes that will be filled out once everything's
-verified as correct and working. It asssumes that you'll be building all your
+verified as correct and working. It assumes that you'll be building all your
 dependencies at a single root, like C:\Developer. The root *MUST NOT* have spaces
 in its path.

@@ -37,8 +37,8 @@
 Note: with Visual Studio Express Editions, it is not possible to compile in 64bit mode prior to Visual Studio 2012.

 now cd to C:\Developer\qt-everywhere-whatever and run configure:
-	- Visuak Studio 2008 : configure -platform win32-msvc2008 -debug-and-release -no-qt3support -no-webkit -no-script -noscripttools
-	- Visuak Studio 2012 : configure -platform win32-msvc2012 -debug-and-release -no-qt3support -no-webkit -no-script -noscripttools
+	- Visual Studio 2008 : configure -platform win32-msvc2008 -debug-and-release -no-qt3support -no-webkit -no-script -noscripttools
+	- Visual Studio 2012 : configure -platform win32-msvc2012 -debug-and-release -no-qt3support -no-webkit -no-script -noscripttools

 After configure has finished its work, run nmake.

@@ -55,7 +55,7 @@
 compile all dependencies necessary for Scribus.

 Two different archives are needed :
-	- commone libraries for 14x and trunk : contains boost and python, no compilation is required here
+	- common libraries for 14x and trunk : contains boost and python, no compilation is required here
	- Scribus 14x specified libraries : libraries used to compile current Scribus 1.4.x releases

 Common libraries and version specific libraries can be downloaded on Sourceforge from this directory:
@@ -64,11 +64,11 @@
 Common libraries are named with following scheme : scribus-commmon-libs-XXXXXX where XXXXX represents a date.
 Archives with version specific libraries are names using following scheme scribus-14x-libs-msvcXXXX-XXXXXX where :
	- msvcXXXX represent the Visual Studio version needed to compile provided Visual Studio solution
-	- XXXXXX is a serie of number representing a date.
+	- XXXXXX is a series of numbers representing a date.

-For building 14x, archives are provided for Visual Studio 2008 and Visual Studio 2012. The Visual Studio 2008 archives allows to build
-bit libraries targetted at Windows 2000 SP4, Windows XP and more recent Windows systems. The Visual Studio 12012 archives allows to build
-libraries for 32bit and 64bit platforms. Produced binaries can be used on Windows Vista and up. If you plan to use a more recent
+For building 14x, archives are provided for Visual Studio 2008 and Visual Studio 2012. The Visual Studio 2008 archives allows to build
+bit libraries targeted at Windows 2000 SP4, Windows XP and more recent Windows systems. The Visual Studio 12012 archives allows to build
+libraries for 32bit and 64bit platforms. Produced binaries can be used on Windows Vista and up. If you plan to use a more recent
 Visual Studio version than Visual Studio 2012, download the archives for Visual Studio 2012.

 Once you downloaded the two appropriate archives :
@@ -80,7 +80,7 @@
 ====================

 After having installed all dependencies:
-	- msvc 2008 : open Scribus-build-props.vsprops files located in Scribus\win32\vc9 in a text editor
+	- msvc 2008 : open Scribus-build-props.vsprops files located in Scribus\win32\vc9 in a text editor
	- msvc 2012 : open Scribus-build-props.props files located in Scribus\win32\vc11 in a text editor
 Update the dependency paths to match your system.

@@ -134,7 +134,7 @@
	- open the copy-*-dlls-to-build-dir.bat file in a text editor
	- modify the SCRIBUS_DEBUG_BUILD and SCRIBUS_RELEASE_BUILD to appropriate paths (note: enclose path in double quotes if those contains spaces)
	- execute batch file to copy appropriate dlls to build directory
-
+
 Finally copy Qt DLLs to build directory and Qt plugins directory to "qtplugins" directory.
 Scribus should now run.

12891.diff (5,025 bytes)   

jghali

2015-01-14 12:49

administrator   ~0034363

Thanks, even found a few more!

FirasH

2015-01-14 15:06

developer   ~0034365

Thanks jghali!

Issue History

Date Modified Username Field Change
2015-01-13 14:24 FirasH New Issue
2015-01-13 14:24 FirasH File Added: 12891.diff
2015-01-14 12:49 jghali Note Added: 0034363
2015-01-14 12:49 jghali Status new => resolved
2015-01-14 12:49 jghali Fixed in Version => 1.4.5.svn
2015-01-14 12:49 jghali Resolution open => fixed
2015-01-14 12:49 jghali Assigned To => jghali
2015-01-14 15:06 FirasH Note Added: 0034365
2015-01-14 15:06 FirasH Status resolved => closed