diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-12 17:22:11 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-12 17:22:11 (GMT) |
commit | 348d13cf3bafc0369691b0fc351a75401ee79ccf (patch) | |
tree | 6a0356ec56e96e00a67f58546c974a8cff97d732 /scripts | |
parent | 84eaad145709f4b2e1e5cf7dcdebf3cd32722301 (diff) |
add notes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/builder.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/builder.sh b/scripts/builder.sh index e244cf5..4bece8a 100755 --- a/scripts/builder.sh +++ b/scripts/builder.sh @@ -1,11 +1,13 @@ #!/usr/bin/env bash -# build&upload script for linux & windows binaries +# build&upload script for linux & windows snapshot binaries # tested under linux # requirements - # see http://mxe.cc for required tools (scons, perl, yasm, etc etc etc) +# todo - auto update webpage to link to proper snapshot +# # todo - 64 bit windows (needs mxe 64 bit stable) # # todo - can we build 32 bit linux from within 64 bit linux? |