Changeset 171 in OpenModelicaExternal


Ignore:
Timestamp:
2016-04-05T02:36:46+02:00 (8 years ago)
Author:
adrpo
Message:
  • more information about environment variables in Msys2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/windows/OMDev/INSTALL.txt

    r169 r171  
    2828path_to_your_omdev\tools\msys\mingw65_shell.bat
    2929
    30 ENVIRONMENT VARIABLE SETTING
    31 ============================
     30ENVIRONMENT VARIABLE SETTINGS
     31=============================
    3232- define a Windows environment variable called OMDEV
    3333  that points to c:\path\to\your\omdev
     34- note that msys_shell.bat mingw32_shell.bat mingw64_shell.bat
     35  + does not use Windows PATH varible. If you want to use the
     36    Windows path variable define an environment varible called
     37    SET_FULL_PATH=Yes
     38  + does not use Windows TEMP directory but the directory:
     39    %OMDEV%\tools\msys\tmp
     40  if you want to change this behavior edit:
     41  %OMDEV%\tools\msys\etc\profile
     42  or define $TEMP and $TMP in the terminal
     43- if you want to use the msys shell from Windows command line
     44  make sure you set MSYSTEM to one of MSYS, MINGW32, MINGW64
     45  if you do:
     46  set MSYSTEM=MINGW32 you get the 32 bit GCC (mingw32_shell.bat)
     47  set MSYSTEM=MINGW64 you get the 64 bit GCC (mingw64_shell.bat)
     48  set MSYSTEM=MSYS use for updating MSYS     (msys2_shell.bat)
    3449
    3550Subversion and Eclipse:
Note: See TracChangeset for help on using the changeset viewer.