ethereum / serpent

Other
366 stars 107 forks source link

Create binary release. #112

Open MicahZoltu opened 7 years ago

MicahZoltu commented 7 years ago

It would be really grand if there was a binary release of Serpent available so I don't have to build/install it myself (including getting all of the necessary build tools). I'm trying to setup a Docker image that will compile some contracts (.se) and upload them to a private chain in a parity node. Having to fetch a compiler just so I can compile my compiler is mildly annoying.

Even better would be if it was published to the Ethereum Ubuntu PPA so I could just apt-get install serpent

MicahZoltu commented 7 years ago

Oh, and currently I also have to install git, so I can fetch the sources for the compiler that I will then compile.