Fix warnings, add -std=c++11 for systems that default to -std=c++03 or lower
[fuzix_sim.git] / asxxxx_build.sh
1 #!/bin/sh
2
3 # put asxs5p30.zip in current directory first
4 # wget http://shop-pdp.net/_ftp/asxxxx/asxs5p30.zip
5
6 rm -rf asxxxx_build
7 mkdir asxxxx_build
8 (cd asxxxx_build && unzip -L -a ../asxs5p30)
9 (cd asxxxx_build/asxv5pxx/asxmak/linux/build && make asz80 aslink)
10 mkdir --parents bin
11 cp asxxxx_build/asxv5pxx/asxmak/linux/exe/as* bin