rubblelabs / tx

Tool for executing transactions on the Ripple network
19 stars 8 forks source link

Provide downloadable binaries #3

Open lukecyca opened 10 years ago

lukecyca commented 10 years ago

To make it easier for non-developers to use this tool, we should provide instructions to download a pre-compiled binary in the README.

We could use http://gobuild.io, or perhaps http://drone.io.

donovanhide commented 10 years ago
ls -alrth bin/tx
-rwxr-xr-x 1 donovanhide staff 8.8M Jul 28 21:13 bin/tx

Looks like the binaries for OSX, Windows and Linux would exceed the 10MB drone.io artefact limit, which is a shame. Wish Go binaries were smaller!

donovanhide commented 10 years ago

Obviously we could just zip them up :-)

ls -alrth bin/tx*
-rwxr-xr-x 1 donovanhide staff 8.8M Jul 28 21:13 bin/tx
-rw-r--r-- 1 donovanhide staff 2.4M Jul 30 16:23 bin/tx.gz