summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-02-11 23:12:22 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-02-11 23:12:22 +0000
commite16056761ebbfdbf8d0cf6b394e72d1689e7b3ce (patch)
treeebd08b88588ca8390842be86209129e58efd9f25 /README.rst
parent9fa9857a7514469d062335cd2dcb8c0d06eb624c (diff)
parent4946a64db774a140d06c45f186f5bc5a4c0c6daa (diff)
downloadhorizon-e16056761ebbfdbf8d0cf6b394e72d1689e7b3ce.tar.gz
horizon-e16056761ebbfdbf8d0cf6b394e72d1689e7b3ce.tar.bz2
horizon-e16056761ebbfdbf8d0cf6b394e72d1689e7b3ce.tar.xz
horizon-e16056761ebbfdbf8d0cf6b394e72d1689e7b3ce.zip
Merge branch 'feature/boost-program-options' into 'master'
Use Boost program_options instead of vendoring clipp See merge request adelie/horizon!1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b87267b..67556d4 100644
--- a/README.rst
+++ b/README.rst
@@ -97,6 +97,10 @@ To build the entirety of Project Horizon, you will need:
Horizon makes full use of the C++17 <filesystem> library if it is
available, but will fall back to requiring Boost if it isn't.
+To build the simulator and validator, you will additionally need:
+
+ * Boost.ProgramOptions (boost-dev)
+
To build Horizon UI for Installation Environments, you will additionally
need: