Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:mingw32 [2010/09/06 13:48] – zet | en:mingw32 [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 |
---|
===== 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> |
| |
| |
===== 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** |
</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> |
</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). |
| |
| |
| |
* 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: | * In the file **e_os2.h** change the line 263: |
from | from |
<code> | <code> |
==== 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* | |
| |
| |
| |
===== 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]] |
| |