brotli/configure

7 lines
278 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2016-06-24 13:32:51 +00:00
echo "Use Bazel, CMake or Premake5 to generate projects / build files."
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/"
echo "Or simply run 'make' to build and test command line tool."