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