Offlineinstallation von MINGW compiler



  • Hallo,
    ich würde die neuste Version von MINGW gerne downloaden und an einem Offline-PC installieren. GIbt es dazu eine spezielle Datei oder Anleitung, weil auf der Sourceforgeseite blicke ich nicht durch.
    DAnke 🙂



  • Führ den Webinstaller einmal aus und bewahre die Pakete auf die er runterlädt.



  • Man kann auch die einzelnen Packete direkt auf der sf.net Projektseite herunterladen ... wozu da den Webinstaller bemühen?



  • und wenn ich die PAkete habe, was soll ich dann mache?

    Sorry, ich bin da echt ein Anfänger, danke für eure Antworten 🙂



  • mingw.sf.net schrieb:

    Installing MinGW

    How are you going to use MinGW? That is a question you need to ask yourself. If you are a Bourne command line wizard and want to use ./configure && make then you want to install MSYS as well. If you are an IDE wizard and have a configurable IDE then you need to determine if the IDE distributors provide MinGW for you. If it does then the only thing you need to download from MinGW are updates to the individual packages. You can if you want even use MinGW from the %COMSPEC% shell if you're proficient with that.

    Once you've decided how you are using MinGW, then you need to decide what to download. The MinGW bundle with individual updates are a good choice if you're also going to use MSYS or from the %COMSPEC% shell. The individual packages you need to update your IDE with are a good choice for that. If you plan to use MSYS then you could install MSYS first and install MinGW into the <msys_prefix>/mingw directory. Or install MinGW in a separate directory tree and use the MSYS /etc/fstab file to point the MSYS /mingw directory to it.

    If you want to download the minimal set of tar.[gz|bz2] you will need the mingw-runtime, w32api, binutils and gcc tarball packages. You can find the current versions of these in the "Current" category on the Download page. These will allow you to create your win32 native packages from the command line or configurable IDE. Other packages that you might need to round out your minimal installation are gdb and mingw32-make.

    EDIT://
    Wobei die Tech Preview Packete ihren Reiz haben 😉



  • Gnuer schrieb:

    und wenn ich die PAkete habe, was soll ich dann mache?

    Sorry, ich bin da echt ein Anfänger, danke für eure Antworten 🙂

    dann kannst du sie mit dem webinstaller wo anders installieren ohne das er sie downloaden muss


Anmelden zum Antworten