126fa459cSmrg#!/usr/bin/env bash 226fa459cSmrgecho "Use Autotools, Bazel, CMake or Premake5 to generate projects / build files." 326fa459cSmrgecho " Bazel: http://www.bazel.build/" 426fa459cSmrgecho " CMake: https://cmake.org/" 526fa459cSmrgecho " Premake5: https://premake.github.io/" 626fa459cSmrgecho "To generate Autotools 'configure' file run './bootstrap'." 726fa459cSmrgecho "Run './configure-cmake' for Autotools-like CMake configuration." 826fa459cSmrgecho "Or simply run 'make' to build and test command line tool." 9