blob: d96129a444a1c9bebfc5d2adf8bb65cd5d657c97 [file] [log] [blame]
Frank Denis50bc3a72016-12-09 08:58:13 +01001#!/usr/bin/env bash
Tianjie Xua5dcb7c2018-09-25 12:25:15 -07002echo "Use Autotools, 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/"
Tianjie Xua5dcb7c2018-09-25 12:25:15 -07006echo "To generate Autotools 'configure' file run './bootstrap'."
7echo "Run './configure-cmake' for Autotools-like CMake configuration."
Evgenii Kliuchnikov52ff8172016-06-24 15:32:51 +02008echo "Or simply run 'make' to build and test command line tool."