Browse Source

cross-compile*.sh, mention required debian packages

pre-master-46
rlar 10 years ago
parent
commit
c2056638e0
  1. 3
      cross-compile-shared.sh
  2. 3
      cross-compile.sh

3
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")

3
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")

Loading…
Cancel
Save