User Tools

Site Tools


en:mingw32

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:mingw32 [2010/09/06 13:45] zeten:mingw32 [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 4: Line 4:
 ===== Required tools for building process ===== ===== Required tools for building process =====
  
-  - [[http://qt.nokia.com/downloads/sdk-windows-cpp|Qt SDK for Open Source C++ development on Windows ]]. Includes Qt, MinGW, Qt Creator etc //~280 MB// +1. [[http://qt.nokia.com/downloads/sdk-windows-cpp-offline|Qt SDK for Open Source C++ development on Windows]]. Includes [[http://en.wikipedia.org/wiki/Qt|Qt]][[http://en.wikipedia.org/wiki/MinGW|MinGW]][[http://en.wikipedia.org/wiki/Qt_Creator|Qt Creator]]  etc //~1.4 GB// 
-  - [[http://code.google.com/p/msysgit/downloads/list|Win32 Git]] - utilities for working with Git //~12 MB// + 
-  - [[http://www.sliksvn.com/en/download/|Slik SVN]] - utilities for working with SVN //~5 MB// +{{:2011-09-23_114310.png|}} 
-  [[http://strawberryperl.com/|Open Source Perl for Windows]] (required for OpenSSL compile) //~30 MB// + 
-  [[http://tortoisesvn.net/downloads|TortoiseSVN]] - extension for MS Windows Explorer (optional) //~20 MB// +2. [[http://code.google.com/p/msysgit/downloads/list|Win32 Git]] - utilities for working with Git //~12 MB// 
-  [[http://delta.affinix.com/qconf/|QConf]] - project configuration utility, compiled version qconf.exe can be found [[http://code.google.com/p/psi-dev/downloads/list?q=QConf+Windows|here)]] //~0.1 MB// +   
-  - [[http://psi-dev.googlecode.com/files/lyx-windows-deps-mingw-small.zip|Aspell Libs for mingw]] - libraries for spell checking function //~65 MB// +3. [[http://www.openssl.org/source/|OpenSSL]] the archive with source code of the software package for encryption and cryptography (required for OpenSSL compiling) //~4 MB// 
-  - [[http://www.openssl.org/source/|OpenSSL]] - the archive with source code of the software package for encryption and cryptography (required for OpenSSL compiling) //~4 MB// + 
-  - **UNSTABLE** <del>[[ftp://90.184.233.166/ccache.exe|ccache]] ([[http://psi-dev.googlecode.com/files/ccache-2.4-win32.zip|mirror]])-- a [[http://en.wikipedia.org/wiki/Ccache|tool]] to speed up builds, more information is [[http://forums.codeblocks.org/index.php/topic,12285.0.html|here]]</del>+4. [[http://www.sliksvn.com/en/download/|Slik SVN]] - utilities for working with SVN //~5 MB// 
 +   
 +5. [[http://psi-dev.googlecode.com/files/lyx-windows-deps-mingw-small.zip|Aspell Libs for mingw]] - libraries for spell checking function //~65 MB// 
 + 
 +6. [[http://tortoisesvn.net/downloads.html|TortoiseSVN]] - extension for MS Windows Explorer (optional) //~20 MB// 
 +   
 +7. [[http://delta.affinix.com/qconf/|QConf]] - project configuration utility, compiled version qconf.exe can be found [[http://code.google.com/p/psi-dev/downloads/list?q=QConf+Windows|here)]] //~0.1 MB// 
 +   
 +<del>**UNSTABLE** [[ftp://90.184.233.166/ccache.exe|ccache]] ([[http://psi-dev.googlecode.com/files/ccache-2.4-win32.zip|mirror]])-- a [[http://en.wikipedia.org/wiki/Ccache|tool]] to speed up builds, more information is [[http://forums.codeblocks.org/index.php/topic,12285.0.html|here]]</del>
  
  
Line 21: Line 29:
 ===== Preparations before building, setup environment variables and necessary libraries ===== ===== Preparations before building, setup environment variables and necessary libraries =====
  
-  * Install the necessary tools that are listed above (items 1 - 5).+  * Install the necessary tools that are listed above (items 1-5).
   * Extract the folder **QConf** from the [[http://code.google.com/p/psi-dev/downloads/list?q=QConf+Windows|archive]] to **C:\Qt**   * Extract the folder **QConf** from the [[http://code.google.com/p/psi-dev/downloads/list?q=QConf+Windows|archive]] to **C:\Qt**
   * Extract the folders *include* and **lib** from the archive **lyx-windows-deps-mingw-small.zip** to **C:\Qt\2010.03\mingw**   * Extract the folders *include* and **lib** from the archive **lyx-windows-deps-mingw-small.zip** to **C:\Qt\2010.03\mingw**
Line 45: Line 53:
 </code> </code>
 <code> <code>
-C:\>path 
 PATH=C:\Qt\2010.03\qt\bin;C:\Qt\2010.03\mingw\bin;C:\OpenSSL\bin;C:\Program Files\SlikSvn\bin;C:\Program Files\TortoiseSVN\bin;C:\Qt\QConf;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\Program Files\Git\bin PATH=C:\Qt\2010.03\qt\bin;C:\Qt\2010.03\mingw\bin;C:\OpenSSL\bin;C:\Program Files\SlikSvn\bin;C:\Program Files\TortoiseSVN\bin;C:\Qt\QConf;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\Program Files\Git\bin
 </code> </code>
Line 56: Line 63:
 </code> </code>
  
-**__Note:__** the updated variables will only be set for newly launched processes, ie you want to restart **cmd** in administrator mode (in extreme cases - reboot the system).+**__Note__**the updated variables will only be set for newly launched processes, ie you want to restart **cmd** in administrator mode (in extreme cases - reboot the system).
  
  
Line 115: Line 122:
  
   * Extract the archive with the OpenSSL source code (from paragraph 8 of the required tools) to **C:\OpenSSL**   * Extract the archive with the OpenSSL source code (from paragraph 8 of the required tools) to **C:\OpenSSL**
- +  * In the file **e_os2.h** change the line 263:
-  * In the file **e_os2.h** change the line:+
 from from
 <code> <code>
Line 127: Line 133:
 # define OPENSSL_IMPLEMENT_GLOBAL(type,name)      \ # define OPENSSL_IMPLEMENT_GLOBAL(type,name)      \
 </code> </code>
- 
   * Rename the file from **C:\Program Files\Git\bin\sh.exe** to **C:\Program Files\Git\bin\sh.ex_**   * Rename the file from **C:\Program Files\Git\bin\sh.exe** to **C:\Program Files\Git\bin\sh.ex_**
- 
   * Run **cmd.exe**, change the working folder to **C:\OpenSSL** and start the process of compiling by the command **ms\mingw32** (package of paragraph 4 must be installed):   * Run **cmd.exe**, change the working folder to **C:\OpenSSL** and start the process of compiling by the command **ms\mingw32** (package of paragraph 4 must be installed):
 <code> <code>
 C:\OpenSSL>ms\mingw32 C:\OpenSSL>ms\mingw32
- 
 ........................................... ...........................................
- 
 gcc -o tmp\prime.o -DMONOLITH -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame gcc -o tmp\prime.o -DMONOLITH -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame
 -pointer -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PA -pointer -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PA
Line 162: Line 164:
 Done compiling OpenSSL Done compiling OpenSSL
 </code> </code>
- 
- 
  
   * Rename the file back from **C:\Program Files\Git\bin\sh.ex_** to **C:\Program Files\Git\bin\sh.exe**   * Rename the file back from **C:\Program Files\Git\bin\sh.ex_** to **C:\Program Files\Git\bin\sh.exe**
- 
 The result of the build can be found in the folder **C:\OpenSSL**. There are compiled libraries **libeay32.dll**, **libssl32.dll** and other binary files in the folder **C:\OpenSSL\out**. The result of the build can be found in the folder **C:\OpenSSL**. There are compiled libraries **libeay32.dll**, **libssl32.dll** and other binary files in the folder **C:\OpenSSL\out**.
- 
   * Copy the library **libeay32.dll**, **libssl32.dll** and the contents of the folder **C:\OpenSSL\out** to the newly created folder **C:\OpenSSL\bin**   * Copy the library **libeay32.dll**, **libssl32.dll** and the contents of the folder **C:\OpenSSL\out** to the newly created folder **C:\OpenSSL\bin**
- 
   * Copy from the folder **C:\OpenSSL\out** the files **libcrypto.a**, **libeay32.a**, **libssl32.a**, **libssl.a** to the newly created folder **C:\OpenSSL\lib\MinGW**   * Copy from the folder **C:\OpenSSL\out** the files **libcrypto.a**, **libeay32.a**, **libssl32.a**, **libssl.a** to the newly created folder **C:\OpenSSL\lib\MinGW**
  
Line 181: Line 178:
  
 ===== Psi+ building in automatic mode (recommended) ===== ===== Psi+ building in automatic mode (recommended) =====
- 
- 
  
   * Download the script [[http://psi-dev.googlecode.com/svn/trunk/scripts/win32/make-psiplus.cmd|make-psiplus.cmd]] to new folder (for example, C:\psi-plus\build)   * Download the script [[http://psi-dev.googlecode.com/svn/trunk/scripts/win32/make-psiplus.cmd|make-psiplus.cmd]] to new folder (for example, C:\psi-plus\build)
- 
   * Run the script **make-psiplus.cmd** from the folder **C:\psi-plus\build** and wait for the end of its execution   * Run the script **make-psiplus.cmd** from the folder **C:\psi-plus\build** and wait for the end of its execution
  
Line 232: Line 226:
 CONFIG += qca-static CONFIG += qca-static
 </code> </code>
- 
   * Uncomment the 26-th line:   * Uncomment the 26-th line:
 from from
Line 242: Line 235:
 DEFINES += HAVE_ASPELL  DEFINES += HAVE_ASPELL 
 </code> </code>
- 
   * In the file **psi-git/third-party/qca/qca-ossl.pri** rename the key **-llibeay32** to **-leay32**   * In the file **psi-git/third-party/qca/qca-ossl.pri** rename the key **-llibeay32** to **-leay32**
- 
   * To enable plugins, uncomment the shown line in the file **psi-git/src/src.pro**:   * To enable plugins, uncomment the shown line in the file **psi-git/src/src.pro**:
 from from
Line 254: Line 245:
 CONFIG += psi_plugins CONFIG += psi_plugins
 </code> </code>
- 
   * Optional: to switch from the Release to the Debug configuration it is necessary to change the second line in the file **psi-git/conf_windows.pri**   * Optional: to switch from the Release to the Debug configuration it is necessary to change the second line in the file **psi-git/conf_windows.pri**
 from from
Line 264: Line 254:
 CONFIG += debug CONFIG += debug
 </code> </code>
- 
   * Optional: to enable automatic calling of the debug console at the startup of Psi+ add the following line to the file **psi-git/src/src.pro**:   * Optional: to enable automatic calling of the debug console at the startup of Psi+ add the following line to the file **psi-git/src/src.pro**:
 <code> <code>
 CONFIG += console CONFIG += console
 </code> </code>
- 
   * Optional: to enable [[webkit|WebKit]] support in Psi+ add the following line in the file **psi-git/conf_windows.pri**:   * Optional: to enable [[webkit|WebKit]] support in Psi+ add the following line in the file **psi-git/conf_windows.pri**:
 <code> <code>
Line 313: Line 301:
  
   * Open the folder **psi-git** with the downloaded Psi source code files   * Open the folder **psi-git** with the downloaded Psi source code files
- 
   * In this folder execute the commands **qmake psi.pro** and **mingw32-make** (or **make clean** and **make**)   * In this folder execute the commands **qmake psi.pro** and **mingw32-make** (or **make clean** and **make**)
  
Line 319: Line 306:
  
 **__Note:__** the file size of **psi.exe** may be different (depend on the debug/release configuration type): **__Note:__** the file size of **psi.exe** may be different (depend on the debug/release configuration type):
- 
   * For the release configuration the file size can range from 5 MB to 12 MB   * For the release configuration the file size can range from 5 MB to 12 MB
   * For the debug configuration the file size can range from 30 MB to 60 MB   * For the debug configuration the file size can range from 30 MB to 60 MB
Line 340: Line 326:
 ==== Conference Logger Plugin ==== ==== Conference Logger Plugin ====
  
- +  * Download the plugin source code from [[http://psi-dev.googlecode.com/svn/trunk/plugins/generic/conferenceloggerplugin|here]] 
- +  * Copy the source code files in the folder **psi-git/src/plugins/generic/conferenceloggerplugin** 
-  * Download the plugin source code from [[http://psi-dev.googlecode.com/svn/trunk/plugins/generic/conferenceloggerplugin|here]+  * Execute the command **qmake conferenceloggerplugin.pro** 
- +  * Execute the command **mingw32-make -f makefile.release**
-  * Copy the source code files in the folder *psi-git/src/plugins/generic/conferenceloggerplugin* +
- +
-  * Execute the command *qmake conferenceloggerplugin.pro* +
- +
-  * Execute the command *mingw32-make -f makefile.release* +
 <code> <code>
- 
 C:\psi-plus\build\psi\src\plugins\generic\conferenceloggerplugin>qmake conferenceloggerplugin.pro C:\psi-plus\build\psi\src\plugins\generic\conferenceloggerplugin>qmake conferenceloggerplugin.pro
- 
- 
  
 C:\psi-plus\build\psi\src\plugins\generic\conferenceloggerplugin>mingw32-make -f makefile.release C:\psi-plus\build\psi\src\plugins\generic\conferenceloggerplugin>mingw32-make -f makefile.release
- 
- 
- 
 ................... ...................
- 
 C:/Qt/2010.03/qt/bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_D C:/Qt/2010.03/qt/bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_D
- 
 EBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I' EBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'
- 
 c:/Qt/2010.03/qt/include/QtCore' -I'c:/Qt/2010.03/qt/include/QtGui' -I'c:/Qt/201 c:/Qt/2010.03/qt/include/QtCore' -I'c:/Qt/2010.03/qt/include/QtGui' -I'c:/Qt/201
- 
 0.03/qt/include/QtXml' -I'c:/Qt/2010.03/qt/include' -I'../../include' -I'c:/Qt/2 0.03/qt/include/QtXml' -I'c:/Qt/2010.03/qt/include' -I'../../include' -I'c:/Qt/2
- 
 010.03/qt/include/ActiveQt' -I'release' -I'c:/Qt/2010.03/qt/mkspecs/win32-g++' - 010.03/qt/include/ActiveQt' -I'release' -I'c:/Qt/2010.03/qt/mkspecs/win32-g++' -
- 
 D__GNUC__ -DWIN32 typeaheadfind.h -o release/moc_typeaheadfind.cpp D__GNUC__ -DWIN32 typeaheadfind.h -o release/moc_typeaheadfind.cpp
- 
 g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT
- 
 -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_ -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_
- 
 THREAD_SUPPORT -I'c:/Qt/2010.03/qt/include/QtCore' -I'c:/Qt/2010.03/qt/include/Q THREAD_SUPPORT -I'c:/Qt/2010.03/qt/include/QtCore' -I'c:/Qt/2010.03/qt/include/Q
- 
 tGui' -I'c:/Qt/2010.03/qt/include/QtXml' -I'c:/Qt/2010.03/qt/include' -I'../../i tGui' -I'c:/Qt/2010.03/qt/include/QtXml' -I'c:/Qt/2010.03/qt/include' -I'../../i
- 
 nclude' -I'c:/Qt/2010.03/qt/include/ActiveQt' -I'release' -I'c:/Qt/2010.03/qt/mk nclude' -I'c:/Qt/2010.03/qt/include/ActiveQt' -I'release' -I'c:/Qt/2010.03/qt/mk
- 
 specs/win32-g++' -o release/moc_typeaheadfind.o release/moc_typeaheadfind.cpp specs/win32-g++' -o release/moc_typeaheadfind.o release/moc_typeaheadfind.cpp
- 
 g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
- 
 oc -Wl,-s -mthreads -Wl -shared -Wl,--out-implib,release/libconferenceloggerplug oc -Wl,-s -mthreads -Wl -shared -Wl,--out-implib,release/libconferenceloggerplug
- 
 in.a -o release/conferenceloggerplugin.dll release/conferenceloggerplugin.o rele in.a -o release/conferenceloggerplugin.dll release/conferenceloggerplugin.o rele
- 
 ase/typeaheadfind.o release/moc_typeaheadfind.o  -L'c:/Qt/2010.03/qt/lib' -lQtXm ase/typeaheadfind.o release/moc_typeaheadfind.o  -L'c:/Qt/2010.03/qt/lib' -lQtXm
- 
 l4 -lQtGui4 -lQtCore4 l4 -lQtGui4 -lQtCore4
- 
 Creating library file: release/libconferenceloggerplugin.a Creating library file: release/libconferenceloggerplugin.a
- 
 </code> </code>
  
- +The compiled plugin **conferenceloggerplugin.dll** can be found in the folder **psi-git/src/plugins/generic/conferenceloggerplugin/release**.
- +
-The compiled plugin *conferenceloggerplugin.dll* can be found in the folder *psi-git/src/plugins/generic/conferenceloggerplugin/release*+
  
  
Line 410: Line 363:
  
 ===== Links ===== ===== Links =====
- 
- 
  
   * http://psi-im.org/   * http://psi-im.org/
- 
   * http://qt.nokia.com/   * http://qt.nokia.com/
- 
   * [[http://technet.microsoft.com/ru-ru/sysinternals/bb896647%28en-us%29.aspx|DebugView for Windows]]   * [[http://technet.microsoft.com/ru-ru/sysinternals/bb896647%28en-us%29.aspx|DebugView for Windows]]
- 
   * [[http://www.dependencywalker.com/|Dependency Walker for Windows]]   * [[http://www.dependencywalker.com/|Dependency Walker for Windows]]
  
en/mingw32.1283780747.txt.gz · Last modified: 2010/10/17 15:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki