blob: d96129a444a1c9bebfc5d2adf8bb65cd5d657c97 [file] [log] [blame]
Mike Fleming3933d922018-04-02 10:53:08 -07001#!/usr/bin/env bash
2echo "Use Autotools, 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 "To generate Autotools 'configure' file run './bootstrap'."
7echo "Run './configure-cmake' for Autotools-like CMake configuration."
8echo "Or simply run 'make' to build and test command line tool."