diff --git a/cross-compile-shared.sh b/cross-compile-shared.sh index 724b79d8f..08c6c49a4 100644 --- a/cross-compile-shared.sh +++ b/cross-compile-shared.sh @@ -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") diff --git a/cross-compile.sh b/cross-compile.sh index efffdca9f..429043a88 100755 --- a/cross-compile.sh +++ b/cross-compile.sh @@ -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")