changes to the makefiles

This commit is contained in:
Chris Cromer
2016-10-29 16:21:51 -03:00
parent 37d1324443
commit e06f7355cd
7 changed files with 25 additions and 13 deletions

8
README
View File

@@ -16,6 +16,14 @@ Para compilar el programa:
./configure
make
Para compilar para windows 32bit:
./configure --host=i686-w64-mingw32
make
Para compilar para windows 64bit:
./configure --host=x86_64-w64-mingw32
make
Para instalar el programa:
make install