forked from speed-dreams/speed-dreams-code
Re #721 A few improvements to the MinGW build instructions
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4876 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 1300882a66b152d1e1c7113be0781d523a2d666f Former-commit-id: 27bf81ea0279e58df2c73787bcb603d53b99750b
This commit is contained in:
parent
126c13b37b
commit
73432f1d43
1 changed files with 7 additions and 10 deletions
17
INSTALL.txt
17
INSTALL.txt
|
@ -284,17 +284,14 @@ Note that these instructions work under Windows XP 32 SP2/SP3 ; some tweaks wigh
|
||||||
c. Extract their contents to your local disk (7Zip is an excellent tool for that),
|
c. Extract their contents to your local disk (7Zip is an excellent tool for that),
|
||||||
all in the same target folder.
|
all in the same target folder.
|
||||||
Warning: You need to extract all of the source packages in order to start building
|
Warning: You need to extract all of the source packages in order to start building
|
||||||
(see ablove 2-a chapter for more).
|
(see above 2-a chapter for more).
|
||||||
|
|
||||||
1) Cmake and MinGW :
|
1) Cmake and MinGW :
|
||||||
|
|
||||||
Work-in-progress ...
|
Notes:
|
||||||
|
* Tested with success with CMake 2.8.2 and 2.8.8 + MinGW 2012 April (gcc 4.7.0),
|
||||||
Tested with success for :
|
* Also worked well with the version of MinGW shipped with Nokia Qt Creator 2.4.1 (gcc 4.4.0)
|
||||||
- CMake 2.8.3 + MinGW shipped with Nokia Qt Creator 2.4.1 (gcc 4.4.0)
|
(see below for slightly different install instructions).
|
||||||
- CMake 2.8.8 + MinGW shipped with Nokia Qt Creator 2.4.1 (gcc 4.4.0)
|
|
||||||
- CMake 2.8.2 + MinGW 2012 April (gcc 4.7.0)
|
|
||||||
- CMake 2.8.8 + MinGW 2012 April (gcc 4.7.0)
|
|
||||||
|
|
||||||
d. Install MinGW and MSYS
|
d. Install MinGW and MSYS
|
||||||
|
|
||||||
|
@ -332,7 +329,7 @@ Note that these instructions work under Windows XP 32 SP2/SP3 ; some tweaks wigh
|
||||||
|
|
||||||
* Optional tweaks to /etc/profile (C:\MinGW\msys\1.0\etc\profile)
|
* Optional tweaks to /etc/profile (C:\MinGW\msys\1.0\etc\profile)
|
||||||
* add your usual aliases : alias xx='command'
|
* add your usual aliases : alias xx='command'
|
||||||
* a nicer prompt : export PS1='\w $ '
|
* a simpler prompt : export PS1='\w $ '
|
||||||
|
|
||||||
* Direct X 7 SDK for MinGW : Optional for building SD, but mandatory if you want
|
* Direct X 7 SDK for MinGW : Optional for building SD, but mandatory if you want
|
||||||
to build yourself the 3rd party libraries SDL, PLib, and OpenAL :
|
to build yourself the 3rd party libraries SDL, PLib, and OpenAL :
|
||||||
|
@ -347,7 +344,7 @@ Note that these instructions work under Windows XP 32 SP2/SP3 ; some tweaks wigh
|
||||||
* MinGW itself : You can use the one shipped with Nokia Qt Creator
|
* MinGW itself : You can use the one shipped with Nokia Qt Creator
|
||||||
(Release 2.4.1 worked for me)
|
(Release 2.4.1 worked for me)
|
||||||
* MSYS :
|
* MSYS :
|
||||||
- download and install the latest 1.0.x through the MinGW installer
|
- download and install the latest 1.0.x through the MinGW installer
|
||||||
https://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/
|
https://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/
|
||||||
- add a /mingw mount point to the fstab in order MSYS knows where MinGW is installed
|
- add a /mingw mount point to the fstab in order MSYS knows where MinGW is installed
|
||||||
(inside Qt Creator folders) :
|
(inside Qt Creator folders) :
|
||||||
|
|
Loading…
Reference in a new issue