akavel / ditaa

Go port/fork of ditaa. ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU General Public License v2.0
53 stars 5 forks source link

adds a crosscompiling tool #2 #5

Closed splitbrain closed 8 years ago

splitbrain commented 8 years ago

can be called with

 go run tools/cross_compile.go

it creates all binaries in a bin directory.

This replaces the bash script from #4

splitbrain commented 8 years ago

Thanks for the pointers. Should all be fixed now.

akavel commented 8 years ago

Thanks!