thibauts / node-castv2

An implementation of the Chromecast CASTV2 protocol
MIT License
768 stars 100 forks source link

Question: What are the build steps for this project? #32

Closed amilajack closed 8 years ago

amilajack commented 8 years ago

@thibauts what steps do you follow before publishing this module?

thibauts commented 8 years ago

There is no build process. What would you see it build ?

amilajack commented 8 years ago

I saw that this project has a makefile. I was wondering if that was necessary to build it.

thibauts commented 8 years ago

Oh, right ! I mostly used this as a reference documenting how some files were built. The protobuf desc file is already included, and the cert stuff was to make server testing easier in the early stages.

amilajack commented 8 years ago

Got it. So I dont need to run the makefile to build/publish?

thibauts commented 8 years ago

Nope, it's fine to only up the version and publish

amilajack commented 8 years ago

Got it. Thanks!