Switch branches/tags
Find file History
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
..
Failed to load latest commit information.
darwin_386
darwin_amd64
installers/osx
linux_386
linux_amd64
.gitignore
Makefile
README.md
archive.py
tar.README.md

README.md

building data

At present (Go 1.2), cross-compiling go does not work with cgo. It seems (not actually sure, as not very familiar with all the deps) data uses cgo extensively. While there seems to be a gcc work-around, it would be useful to test the tool in all the platforms. Thus, for now, all supported archs will have a vm in this directory. The process, then, is:

  1. setup + launch the vm
  2. compile + test data in vm
  3. place release binary in /platforms/<arch>/data
  4. make <arch>-tar + make dist to package bins up

TODO

Add VMs: