vanadium-archive / madb

Multi-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Release pre-compiled binaries #19

Open yyoon opened 8 years ago

yyoon commented 8 years ago

Release pre-compiled binaries for different platforms. how often / what version scheme to use, etc. TBD

yyoon commented 8 years ago

go get github.com/vanadium/madb works fine, but not all developers have go CLI installed on their machines.

yyoon commented 8 years ago

@jxson mentioned that we could also support Homebrew.

jxson commented 8 years ago

For brew it looks like we could create a pre-compiled binary formula pretty easily. Instructions here.