So it's easier, more convenient to compile the protocol buffer python serialization parser that is automatically generated.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- tko/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tko/Makefile diff --git a/tko/Makefile b/tko/Makefile new file mode 100644 index 0000000..3cb1fb5 --- /dev/null +++ b/tko/Makefile @@ -0,0 +1,6 @@ +# You can install the google protocol +# buffer compiler on Fedora by doing a: +# sudo yum install protobuf-compiler +# +all: + protoc tko.proto --python_out=. -- 1.8.1.2 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
