mirror of
https://github.com/google/brotli.git
synced 2024-11-10 06:00:07 +00:00
7 lines
267 B
Bash
Executable File
7 lines
267 B
Bash
Executable File
#!/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."
|