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:40] – 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: | ||
- | |||
* Extract the file **ccache.exe** from the archive **ccache-2.4-win32.zip** to **C: | * Extract the file **ccache.exe** from the archive **ccache-2.4-win32.zip** to **C: | ||
- | |||
* Edit the file **qmake.conf** from **C: | * Edit the file **qmake.conf** from **C: | ||
- | |||
from | from | ||
- | |||
< | < | ||
QMAKE_CC = gcc | QMAKE_CC = gcc | ||
</ | </ | ||
- | |||
< | < | ||
QMAKE_CXX = g++ | QMAKE_CXX = g++ | ||
</ | </ | ||
- | |||
to | to | ||
- | |||
< | < | ||
QMAKE_CC = ccache gcc | QMAKE_CC = ccache gcc | ||
</ | </ | ||
- | |||
< | < | ||
QMAKE_CXX = ccache g++ | QMAKE_CXX = ccache g++ | ||
</ | </ | ||
- | |||
- | |||
- | |||
* Under Computer Properties (Start → Settings → Control Panel → System Properties → Advanced → Environment Variables) add the path to the variable [[http:// | * Under Computer Properties (Start → Settings → Control Panel → System Properties → Advanced → Environment Variables) add the path to the variable [[http:// | ||
- | |||
< | < | ||
- | |||
C:\>path | C:\>path | ||
- | |||
</ | </ | ||
- | |||
< | < | ||
- | |||
- | C:\>path | ||
- | |||
PATH=C: | PATH=C: | ||
- | |||
</ | </ | ||
- | |||
as well as create these new environment variables (again, use the appropriate path if you installed the software somewhere else): | as well as create these new environment variables (again, use the appropriate path if you installed the software somewhere else): | ||
- | |||
< | < | ||
- | |||
QMAKESPEC=win32-g++ | QMAKESPEC=win32-g++ | ||
- | |||
QTDIR=C: | QTDIR=C: | ||
- | |||
OPENSSLDIR=C: | OPENSSLDIR=C: | ||
- | |||
GITDIR=C: | GITDIR=C: | ||
- | |||
</ | </ | ||
- | + | **__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 95: | Line 73: | ||
* Run a command line **cmd.exe** in administrator mode (Start → Run → cmd) | * Run a command line **cmd.exe** in administrator mode (Start → Run → cmd) | ||
- | |||
* Check for the correct installation paths and variables: | * Check for the correct installation paths and variables: | ||
- | |||
< | < | ||
C: | C: | ||
Line 103: | Line 79: | ||
Using Qt version 4.6.3 in C:/ | Using Qt version 4.6.3 in C:/ | ||
</ | </ | ||
- | |||
< | < | ||
C:\>echo %QMAKESPEC% | C:\>echo %QMAKESPEC% | ||
win32-g++ | win32-g++ | ||
</ | </ | ||
- | |||
* Change the working folder to **C: | * Change the working folder to **C: | ||
- | |||
* At the command prompt **cmd.exe** execute command **qmake**, and then execute command **mingw32-make** | * At the command prompt **cmd.exe** execute command **qmake**, and then execute command **mingw32-make** | ||
- | |||
< | < | ||
C: | C: | ||
Line 140: | Line 112: | ||
The result of the build of the release version of the test application can be found in the folder **C: | The result of the build of the release version of the test application can be found in the folder **C: | ||
- | |||
- | |||
A successful build of the test application means that Qt is correctly installed and ready for use. | A successful build of the test application means that Qt is correctly installed and ready for use. | ||
Line 152: | 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: | ||
- | + | | |
- | | + | |
from | from | ||
< | < | ||
Line 164: | Line 133: | ||
# define OPENSSL_IMPLEMENT_GLOBAL(type, | # define OPENSSL_IMPLEMENT_GLOBAL(type, | ||
</ | </ | ||
- | |||
* Rename the file from **C: | * Rename the file from **C: | ||
- | |||
* Run **cmd.exe**, | * Run **cmd.exe**, | ||
< | < | ||
C: | C: | ||
- | |||
........................................... | ........................................... | ||
- | |||
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 199: | Line 164: | ||
Done compiling OpenSSL | Done compiling OpenSSL | ||
</ | </ | ||
- | |||
- | |||
* Rename the file back from **C: | * Rename the file back from **C: | ||
- | |||
The result of the build can be found in the folder **C: | The result of the build can be found in the folder **C: | ||
- | |||
* Copy the library **libeay32.dll**, | * Copy the library **libeay32.dll**, | ||
- | |||
* Copy from the folder **C: | * Copy from the folder **C: | ||
Line 218: | Line 178: | ||
===== Psi+ building in automatic mode (recommended) ===== | ===== Psi+ building in automatic mode (recommended) ===== | ||
- | |||
- | |||
* Download the script [[http:// | * Download the script [[http:// | ||
- | |||
* Run the script **make-psiplus.cmd** from the folder **C: | * Run the script **make-psiplus.cmd** from the folder **C: | ||
Line 269: | Line 226: | ||
CONFIG += qca-static | CONFIG += qca-static | ||
</ | </ | ||
- | |||
* Uncomment the 26-th line: | * Uncomment the 26-th line: | ||
from | from | ||
Line 279: | 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 291: | 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 301: | 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 349: | Line 300: | ||
==== Psi+ building process ==== | ==== Psi+ building process ==== | ||
+ | * 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**) | ||
+ | After some time (10 - 40 minutes), look for result of the compilation with the name **psi.exe** in the folder **psi-git/ | ||
- | | + | **__Note:__** the file size of **psi.exe** may be different (depend on the debug/ |
- | + | ||
- | * In this folder execute the commands *qmake psi.pro* and *mingw32-make* (or *make clean* and *make*) | + | |
- | + | ||
- | + | ||
- | + | ||
- | After some time (10 - 40 minutes), look for result of the compilation with the name *psi.exe* in the folder *psi-git/ | + | |
- | + | ||
- | + | ||
- | + | ||
- | *_Note:_* the file size of *psi.exe* may be different (depend on the debug/ | + | |
* 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 384: | 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 454: | Line 363: | ||
===== Links ===== | ===== Links ===== | ||
- | |||
- | |||
* http:// | * http:// | ||
- | |||
* http:// | * http:// | ||
- | |||
* [[http:// | * [[http:// | ||
- | |||
* [[http:// | * [[http:// | ||
en/mingw32.1283780444.txt.gz · Last modified: 2010/10/17 15:36 (external edit)