cross-compile*.sh, mention required debian packages

This commit is contained in:
rlar 2015-12-05 16:05:29 +01:00
parent 8ec9e1a040
commit c2056638e0
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@
# or with argument "64"
# to compile a 64 bit windows executable
#
# On debian gnu/linux you will need package `mingw-w64'
# On debian gnu/linux you will need these packages:
# mingw-64 make automake libtool bison flex
#
# (compile "time ./cross-compile-shared.sh")
# (compile "time ./cross-compile-shared.sh 64")

View File

@ -10,7 +10,8 @@
# or with argument "64"
# to compile a 64 bit windows executable
#
# On debian gnu/linux you will need package `mingw-w64'
# On debian gnu/linux you will need these packages:
# mingw-64 make automake libtool bison flex
#
# (compile "time ./cross-compile.sh")
# (compile "time ./cross-compile.sh 64")