mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
50bc3a7145
This is required in order to run the tests on *BSD.
7 lines
278 B
Bash
Executable File
7 lines
278 B
Bash
Executable File
#!/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."
|