Skip to content

Project developed in Bash Script to compile and execute a file .exe in Linux using tools installed in Linux.

Notifications You must be signed in to change notification settings

giovannyortegon/compilador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Compilador con w64-mingw32-gcc para linux ejecutado con Wine

Instalacion w64-mingw32-gcc

Project developed in Bash Script to compile and execute a file .exe
in Linux using tools installed in Linux.
apt-get update<br>
apt-get install mingw-w64<br>

Instalacion Win y wine64

apt-get update<br>
apt-get install wine<br>
apt-get install wine64 //Si su equipo es de 64bits<br>

Compilará a .exe y ejecutará la libreria conio.h del c en Linux.

Nota:

 debe tener instalado wine de 64bits.

Intrucciones:

apt-get update<br>
apt-get install mingw-w64<br>

copiar y pegar el archivo .c en /compilador

cp file.c /compilador/<br>
cd /compilador/<br>
./w64-mingw32_wine &#60;file.c&#62;<br><br>

o copiar y pegar en /bin/

cd /compilador/<br>
cp w64-mingw32_wine /bin

Ejecutar:

w64-mingw32_wine &#60;file.c&#62;

About

Project developed in Bash Script to compile and execute a file .exe in Linux using tools installed in Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages