Skip to content

Commit

Permalink
cross-compile*.sh, mention required debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rlar committed Dec 15, 2015
1 parent 8ec9e1a commit c205663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cross-compile-shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
3 changes: 2 additions & 1 deletion cross-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c205663

Please sign in to comment.