Describe the command

This commit is contained in:
Andrea Cavalli 2020-12-28 21:47:50 +01:00
parent ac3e743bc6
commit 18a7f82f40

View File

@ -1,4 +1,7 @@
#!/bin/bash -e
# This script compiles tdlight/tdlib jni binaries for your platform.
# Fill the variables with your system details.
#
# MAIN REQUIRED ENVIRONMENT VARIABLES:
# OPERATING_SYSTEM_NAME = <windows | linux | osx>
# CPU_ARCHITECTURE_NAME = <amd64 | aarch64 | 386 | armv6 | armv7 | ppc64le>