Mike Fleming | 3933d92 | 2018-04-02 10:53:08 -0700 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
2 | echo "Use Autotools, Bazel, CMake or Premake5 to generate projects / build files." | ||||
3 | echo " Bazel: http://www.bazel.build/" | ||||
4 | echo " CMake: https://cmake.org/" | ||||
5 | echo " Premake5: https://premake.github.io/" | ||||
6 | echo "To generate Autotools 'configure' file run './bootstrap'." | ||||
7 | echo "Run './configure-cmake' for Autotools-like CMake configuration." | ||||
8 | echo "Or simply run 'make' to build and test command line tool." |