diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-17 18:18:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-17 18:18:24 -0500 |
commit | 44d7399b48afac4c91a57c625087f9ef3625bcba (patch) | |
tree | c2f00319f1dc6c995284b1b8ea90791a10395603 | |
parent | 14c263a585ff15a2c7df7e10d43c1d1f0c9fcf20 (diff) | |
download | horizon-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.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |