We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af7497 commit 0733fb9Copy full SHA for 0733fb9
examples/map/offheap-flatbuffers/generate_fbs_code.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
# Script to invoke the FlatBuffers compiler flatc to generate Kotlin FlatBuffer classes.
4
+# You must have flatc installed locally and in your PATH before running this script.
5
6
BASE_DIRECTORY=$(dirname $0)
7
0 commit comments