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