diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 12:52:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:17 -0400 |
commit | a2c7efbcfbd95ac36fe87cf3077db25da1e2a4ed (patch) | |
tree | f0fa2799a94d0ddfae48c128dccd97ebe012142b /libraries | |
parent | 1efa6aafbe3fef00b570d7d1aaf9fa02ae4c60ba (diff) |
libraries/antlr4: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/antlr4/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/antlr4/README b/libraries/antlr4/README index fff58f5acbb9..4761bb203cbf 100644 --- a/libraries/antlr4/README +++ b/libraries/antlr4/README @@ -4,3 +4,7 @@ compilers, and translators from grammatical descriptions containing actions in a variety of target languages. This package contains the C++ runtime library only. + +Warning: This SlackBuild requires network access when it runs, meaning +it downloads files from the Internet with root access. You should +decide for yourself whether or not you think this is a good idea. |