diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 12:58:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:17 -0400 |
commit | f2b50401071e5e351676aa39c0f8749d7a189f62 (patch) | |
tree | baf030dfd683e1e51e473d78d5417fbc93670ed3 /libraries | |
parent | f633a309fc4ef45dc9b989afd347455e41bb1c43 (diff) | |
download | slackbuilds-f2b50401071e5e351676aa39c0f8749d7a189f62.tar.gz |
libraries/sqlpp11: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/sqlpp11/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/sqlpp11/README b/libraries/sqlpp11/README index 46719afa1a..e582894fde 100644 --- a/libraries/sqlpp11/README +++ b/libraries/sqlpp11/README @@ -7,3 +7,7 @@ statement, etc). And it does not stop at query construction. Results have ranges, and strongly typed members, so that you can browse through results in a type-safe manner, worthy of modern C++. + +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. |