summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-17 18:18:24 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-17 18:18:24 -0500
commit44d7399b48afac4c91a57c625087f9ef3625bcba (patch)
treec2f00319f1dc6c995284b1b8ea90791a10395603
parent14c263a585ff15a2c7df7e10d43c1d1f0c9fcf20 (diff)
downloadhorizon-44d7399b48afac4c91a57c625087f9ef3625bcba.tar.gz
horizon-44d7399b48afac4c91a57c625087f9ef3625bcba.tar.bz2
horizon-44d7399b48afac4c91a57c625087f9ef3625bcba.tar.xz
horizon-44d7399b48afac4c91a57c625087f9ef3625bcba.zip
README: Add note about static and tzdata
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6e041f6..db7a3f4 100644
--- a/README.rst
+++ b/README.rst
@@ -104,6 +104,16 @@ To run the test suite, you will additionally need:
* Valgrind (valgrind)
+If you wish to build Project Horizon statically (not common), you may add
+'-static' to all target_link_libraries directives. There is not yet a CMake
+option to enable this behaviour, because it is not easy to test.
+
+For full operation, Project Horizon requires the following packages to be
+present on the computer where it runs (either the Runtime or Installation
+Environment):
+
+* tzdata (`timezone` key validation and execution)
+
Repository Layout