allwinner_a64/android/external/brotli/configure
2018-08-08 16:14:42 +08:00

6 lines
278 B
Bash
Executable file

#!/usr/bin/env bash
echo "Use Bazel, CMake or Premake5 to generate projects / build files."
echo " Bazel: http://www.bazel.build/"
echo " CMake: https://cmake.org/"
echo " Premake5: https://premake.github.io/"
echo "Or simply run 'make' to build and test command line tool."