Changes between Version 73 and Version 74 of Documentation/BuildingStXWithRakefiles


Ignore:
Timestamp:
Feb 13, 2019, 11:22:57 AM (5 years ago)
Author:
patrik.svestka@…
Comment:

added note how to compile a 32bit Smalltalk/X on a 64bit Windows

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/BuildingStXWithRakefiles

    v73 v74  
    239239}}}
    240240
    241   Select option 2 which updates all msys2 packages.  Be sure that the StX building process supports all the newest packages most importantly gcc and gcc-libs, before running the update.
     241  Select option 2 which updates all msys2 packages.  Be sure that the StX building process supports all the newest packages most importantly gcc and gcc-libs, before running the update. (see note below about supported gcc versions!)
    242242
    243243- (optional) Switching among ruby versions
     
    372372#!div class="note"
    373373**Note:** If you intent to use ''TortoiseHG'' it is recommanded to use **identical versions** for both ''TortoiseHG'' **and** ''mercurial''.
     374}}}
     375
     376{{{
     377#!div class="note"
     378**Note:** If there is a need to compile a 32bit Smalltalk/X on a Windows x64 you need to make sure that before you start compiling you have either:
     379
     380For cmd.exe:
     381  - SET BUILD_TARGET=i686-pc-mingw32
     382
     383Or for Powershell (you start correct x86 shell):
     384 - launch Windows Powershell(x86)
    374385}}}
    375386