lua-protobuf
lua-protobuf copied to clipboard
how to use on windows?
I follow steps:
git clone https://github.com/indygreg/lua-protobuf
then
cd lua-protobuf
python setup.py install
and everything seems ok, but when I run protoc --lua-out=. *.proto
it says:
can't find protoc-gen-lua,
what I missed?
I haven't touched this project in a few years and I honestly can't remember.