Index: third_party/protobuf/js/README.md |
diff --git a/third_party/protobuf/js/README.md b/third_party/protobuf/js/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fc144a3d1d6ad281bdc957e9b11bafc0bd23406d |
--- /dev/null |
+++ b/third_party/protobuf/js/README.md |
@@ -0,0 +1,14 @@ |
+This directory contains Protocol Buffer support for JavaScript. This code works |
+in browsers and in Node.js. |
+ |
+The packaging work for this is still in-progress. For now you can just run the |
+tests. First you need to build the main C++ distribution because the code |
+generator for JavaScript is written in C++: |
+ |
+ $ ./autogen.sh |
+ $ ./configure |
+ $ make |
+ |
+Then you can run the JavaScript tests in this directory: |
+ |
+ $ cd js && gulp test |