blob: d9bd3e3860dd3d6a7e53b4536d45f705fed4ee2f [file] [log] [blame]
Frank Denis50bc3a72016-12-09 08:58:13 +01001#!/usr/bin/env bash
Evgenii Kliuchnikov52ff8172016-06-24 15:32:51 +02002echo "Use Bazel, CMake or Premake5 to generate projects / build files."
Eugene Kliuchnikov5db62dc2016-11-09 14:04:09 +01003echo " Bazel: http://www.bazel.build/"
Evgenii Kliuchnikov52ff8172016-06-24 15:32:51 +02004echo " CMake: https://cmake.org/"
5echo " Premake5: https://premake.github.io/"
6echo "Or simply run 'make' to build and test command line tool."