cibuild.sh: Add a comment about prerequisites for macOS
diff --git a/cibuild.sh b/cibuild.sh
index 3e169c4..508c43f 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -17,6 +17,12 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# Prerequisites for macOS
+#  - Xcode (cc, etc)
+#  - homebrew
+#  - autoconf
+#  - wget
+
 set -e
 
 WD=$(cd $(dirname $0) && pwd)