fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
181 stars 42 forks source link

Enable install even if protobuf is not installed to /usr/local #56

Closed szilardhuber closed 8 years ago

szilardhuber commented 8 years ago

On Linux and OSX it is very hard to install node-protobuf if the protocol buffers package is installed to somewhere other than the default /usr/local folder.

Although there is a workaround of creating an include.gypi in ~/.gyp but I think it is more convenient to use by setting LIBPROTOBUF environment variable correctly.