GNU/Linux >> Tutoriels Linux >  >> Linux

Comment convertir un fichier exécutable Linux (binaire) en fichier exe Windows ?

Vous ne pouvez pas convertir un exécutable Linux en un exécutable Windows. Mais vous pouvez compiler la source avec un compilateur croisé.

Ex :MinGw32

si vous êtes sous ubuntu :

sudo apt-get install mingw32
i586-mingw32msvc-cc main.c -o main.exe

Linux
  1. Comment convertir des fichiers en codage UTF-8 sous Linux

  2. Comment renommer un fichier sous Linux ?

  3. (C/C++) Comment générer un fichier exécutable pouvant fonctionner à la fois sous Windows et Linux ?

  4. Comment convertir une image disque Linux en un fichier sparse ?

  5. Comment convertir les sauts de ligne dans un fichier texte entre les formats Windows et Unix/Linux ?

Comment exécuter Windows 95 sous Linux

Comment créer un lien symbolique vers un fichier sous Linux

Comment convertir une image de caméra Raw en JPEG sous Linux

Comment convertir un fichier Windows en un fichier UNIX

Comment rendre un fichier exécutable dans un terminal Linux ?

Comment convertir un fichier .pem en un fichier .ppk sous Windows et Linux