module installcustom.install_custom_tdm_gcc

Short summary

module pymyinstall.installcustom.install_custom_tdm_gcc

Various functions to install TDM-GCC.

source on GitHub

Functions

function

truncated documentation

install_tdm_gcc

install TDM-GCC (only on Windows)

Documentation

Various functions to install TDM-GCC.

source on GitHub

pymyinstall.installcustom.install_custom_tdm_gcc.install_tdm_gcc(dest_folder='.', fLOG=<built-in function print>, install=False, version=None)

install TDM-GCC (only on Windows)

Parameters:
  • dest_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • version – version to download (unused)

Returns:

downloaded file

It should

mingw-get install binutils gcc g++ mingw32 fortran gdb mingw32 mingw w32api g77==3.4.5

source on GitHub