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