-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
platform binaries #1
Comments
Unfortunately, go cross-compiling isn't working for things requiring cgo. This (and testing in each platform) means compiling in vms. Setup vms for linux. Still need darwin and windows. |
Use vms to compile + test other platforms. (Cross compilation w. cgo isn't working in Go1.2)
You should ship a full OS X installer, like node.js does (see http://nodejs.org/). Lots of people won't know what to do when they unzip the bundle you provide and see a binary file just sitting there. |
Yeah, the plan is to ship a regular osx package installer. |
Update: Have:
Missing:
|
Ship platform-specific binaries.
make sure to cover:
apt-get install data
brew install data
and, of course, if they have go installed:
The text was updated successfully, but these errors were encountered: