configure 267 B

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