r19974 by jghali - fix typos
scribus-commit
scribus-commit at lists.scribus.net
Mon Apr 6 23:18:01 UTC 2015
Author: jghali
Date: Mon Apr 6 23:18:01 2015
New Revision: 19974
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19974
Log:
fix typos
Modified:
trunk/Scribus/BUILDING_win32_msvc.txt
Modified: trunk/Scribus/BUILDING_win32_msvc.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19974&path=/trunk/Scribus/BUILDING_win32_msvc.txt
==============================================================================
--- trunk/Scribus/BUILDING_win32_msvc.txt (original)
+++ trunk/Scribus/BUILDING_win32_msvc.txt Mon Apr 6 23:18:01 2015
@@ -37,8 +37,8 @@
- for building 64bit : \path\to\visual\studio\VC\vcvarsall.bat x86_amd64
now cd to C:\Developer\qt-everywhere-whatever and run configure:
- - Visuak Studio 2012 : configure -platform win32-msvc2012 -prefix /path/where/you/want/qt5/to/be/installed -nomake examples -nomake tests -opengl desktop -opensource -mp
- - Visuak Studio 2013 : configure -platform win32-msvc2013 -prefix /path/where/you/want/qt5/to/be/installed -nomake examples -nomake tests -opengl desktop -opensource -mp
+ - Visual Studio 2012 : configure -platform win32-msvc2012 -prefix /path/where/you/want/qt5/to/be/installed -nomake examples -nomake tests -opengl desktop -opensource -mp
+ - Visual Studio 2013 : configure -platform win32-msvc2013 -prefix /path/where/you/want/qt5/to/be/installed -nomake examples -nomake tests -opengl desktop -opensource -mp
After configure has finished its work, run nmake. Depending on the number of processors available on your machine, a complete Qt build may
take from a few hours to several days. Once Qt has finished building, run following command to install Qt to its install directory:
More information about the scribus-commit
mailing list