summaryrefslogtreecommitdiffstats
path: root/libraries/sqlpp11
diff options
context:
space:
mode:
author B. Watson2022-03-15 17:58:42 +0100
committer B. Watson2022-03-17 17:38:17 +0100
commitf2b50401071e5e351676aa39c0f8749d7a189f62 (patch)
treebaf030dfd683e1e51e473d78d5417fbc93670ed3 /libraries/sqlpp11
parentf633a309fc4ef45dc9b989afd347455e41bb1c43 (diff)
downloadslackbuilds-f2b50401071e5e351676aa39c0f8749d7a189f62.tar.gz
libraries/sqlpp11: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/sqlpp11')
-rw-r--r--libraries/sqlpp11/README4
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.