2016-12-09 07:58:13 +00:00
|
|
|
#!/usr/bin/env bash
|
2017-11-28 14:37:28 +00:00
|
|
|
echo "Use Autotools, Bazel, CMake or Premake5 to generate projects / build files."
|
2016-11-09 13:04:09 +00:00
|
|
|
echo " Bazel: http://www.bazel.build/"
|
2016-06-24 13:32:51 +00:00
|
|
|
echo " CMake: https://cmake.org/"
|
|
|
|
echo " Premake5: https://premake.github.io/"
|
2017-11-28 14:37:28 +00:00
|
|
|
echo "To generate Autotools 'configure' file run './bootstrap'."
|
|
|
|
echo "Run './configure-cmake' for Autotools-like CMake configuration."
|
2016-06-24 13:32:51 +00:00
|
|
|
echo "Or simply run 'make' to build and test command line tool."
|