en:mingw32
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:mingw32 [2010/09/06 13:47] – zet | en: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:// | + | 1. [[http:// |
- | - [[http:// | + | |
- | - [[http:// | + | {{:2011-09-23_114310.png|}} |
- | | + | |
- | | + | 2. [[http:// |
- | | + | |
- | | + | 3. [[http:// |
- | - [[http:// | + | |
- | - **UNSTABLE** | + | 4. [[http:// |
+ | | ||
+ | 5. [[http://psi-dev.googlecode.com/files/ | ||
+ | |||
+ | 6. [[http:// | ||
+ | | ||
+ | 7. [[http:// | ||
+ | |||
+ | <del>**UNSTABLE** [[ftp:// | ||
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:// | * Extract the folder **QConf** from the [[http:// | ||
* Extract the folders *include* and **lib** from the archive **lyx-windows-deps-mingw-small.zip** to **C: | * Extract the folders *include* and **lib** from the archive **lyx-windows-deps-mingw-small.zip** to **C: | ||
Line 45: | Line 53: | ||
</ | </ | ||
< | < | ||
- | C:\>path | ||
PATH=C: | PATH=C: | ||
</ | </ | ||
Line 56: | Line 63: | ||
</ | </ | ||
- | **__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: | * Extract the archive with the OpenSSL source code (from paragraph 8 of the required tools) to **C: | ||
- | * In the file **e_os2.h** change the line: | + | * In the file **e_os2.h** change the line 263: |
from | from | ||
< | < | ||
Line 219: | Line 226: | ||
CONFIG += qca-static | CONFIG += qca-static | ||
</ | </ | ||
- | |||
* Uncomment the 26-th line: | * Uncomment the 26-th line: | ||
from | from | ||
Line 229: | Line 235: | ||
DEFINES += HAVE_ASPELL | DEFINES += HAVE_ASPELL | ||
</ | </ | ||
- | |||
* In the file **psi-git/ | * In the file **psi-git/ | ||
- | |||
* To enable plugins, uncomment the shown line in the file **psi-git/ | * To enable plugins, uncomment the shown line in the file **psi-git/ | ||
from | from | ||
Line 241: | Line 245: | ||
CONFIG += psi_plugins | CONFIG += psi_plugins | ||
</ | </ | ||
- | |||
* Optional: to switch from the Release to the Debug configuration it is necessary to change the second line in the file **psi-git/ | * Optional: to switch from the Release to the Debug configuration it is necessary to change the second line in the file **psi-git/ | ||
from | from | ||
Line 251: | Line 254: | ||
CONFIG += debug | CONFIG += debug | ||
</ | </ | ||
- | |||
* Optional: to enable automatic calling of the debug console at the startup of Psi+ add the following line to the file **psi-git/ | * Optional: to enable automatic calling of the debug console at the startup of Psi+ add the following line to the file **psi-git/ | ||
< | < | ||
CONFIG += console | CONFIG += console | ||
</ | </ | ||
- | |||
* Optional: to enable [[webkit|WebKit]] support in Psi+ add the following line in the file **psi-git/ | * Optional: to enable [[webkit|WebKit]] support in Psi+ add the following line in the file **psi-git/ | ||
< | < | ||
Line 300: | 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 306: | Line 306: | ||
**__Note: | **__Note: | ||
- | |||
* 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 327: | Line 326: | ||
==== Conference Logger Plugin ==== | ==== Conference Logger Plugin ==== | ||
- | + | | |
- | + | * Copy the source code files in the folder | |
- | | + | * Execute the command |
- | + | * Execute the command | |
- | * Copy the source code files in the folder *psi-git/ | + | |
- | + | ||
- | * Execute the command *qmake conferenceloggerplugin.pro* | + | |
- | + | ||
- | * Execute the command *mingw32-make -f makefile.release* | + | |
< | < | ||
- | |||
C: | C: | ||
- | |||
- | |||
C: | C: | ||
- | |||
- | |||
- | |||
................... | ................... | ||
- | |||
C:/ | C:/ | ||
- | |||
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:/ | c:/ | ||
- | |||
0.03/ | 0.03/ | ||
- | |||
010.03/ | 010.03/ | ||
- | |||
D__GNUC__ -DWIN32 typeaheadfind.h -o release/ | D__GNUC__ -DWIN32 typeaheadfind.h -o release/ | ||
- | |||
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' | THREAD_SUPPORT -I' | ||
- | |||
tGui' -I' | tGui' -I' | ||
- | |||
nclude' | nclude' | ||
- | |||
specs/ | specs/ | ||
- | |||
g++ -enable-stdcall-fixup -Wl, | g++ -enable-stdcall-fixup -Wl, | ||
- | |||
oc -Wl,-s -mthreads -Wl -shared -Wl, | oc -Wl,-s -mthreads -Wl -shared -Wl, | ||
- | |||
in.a -o release/ | in.a -o release/ | ||
- | |||
ase/ | ase/ | ||
- | |||
l4 -lQtGui4 -lQtCore4 | l4 -lQtGui4 -lQtCore4 | ||
- | |||
Creating library file: release/ | Creating library file: release/ | ||
- | |||
</ | </ | ||
- | + | The compiled plugin | |
- | + | ||
- | The compiled plugin *conferenceloggerplugin.dll* can be found in the folder *psi-git/ | + | |
Line 397: | Line 363: | ||
===== Links ===== | ===== Links ===== | ||
- | |||
- | |||
* http:// | * http:// | ||
- | |||
* http:// | * http:// | ||
- | |||
* [[http:// | * [[http:// | ||
- | |||
* [[http:// | * [[http:// | ||
en/mingw32.1283780836.txt.gz · Last modified: 2010/10/17 15:36 (external edit)