forked from dstevenson/Protobuf-PHP
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Very new to protocol buffers so sorry if this is something simple on my end...
I have installed this repo via composer. I have also installed protoc via homebrew.
When I run the following command execution hangs with no output:
./vendor/bin/protoc-gen-php.php -o ./build -i nyct-subway.proto
I have downloaded this file and removed the .txt extension:
http://datamine.mta.info/sites/all/files/pdfs/nyct-subway.proto.txt
Is there something I am missing? The first 2 lines of the .proto.txt file are:
option java_package = "com.google.transit.realtime";
import "gtfs-realtime.proto";
Do I need to download these dependencies? Is this even a valid .proto file for use with protobuf-php?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels