1*f4ee7fbaSAndroid Build Coastguard Worker#!/usr/bin/env bash 2*f4ee7fbaSAndroid Build Coastguard Workerecho "Use Autotools, Bazel, CMake or Premake5 to generate projects / build files." 3*f4ee7fbaSAndroid Build Coastguard Workerecho " Bazel: http://www.bazel.build/" 4*f4ee7fbaSAndroid Build Coastguard Workerecho " CMake: https://cmake.org/" 5*f4ee7fbaSAndroid Build Coastguard Workerecho " Premake5: https://premake.github.io/" 6*f4ee7fbaSAndroid Build Coastguard Workerecho "To generate Autotools 'configure' file run './bootstrap'." 7*f4ee7fbaSAndroid Build Coastguard Workerecho "Run './configure-cmake' for Autotools-like CMake configuration." 8*f4ee7fbaSAndroid Build Coastguard Workerecho "Or simply run 'make' to build and test command line tool." 9