summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-15 18:12:31 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-15 18:12:31 -0600
commita59d3c853f2a6d287e39091dd2f1a2df2df95825 (patch)
tree202726688d03539c3685de455da1c344148703df /README.rst
parent5967de4afb4e00f136baab49cacd11b7f9b725bb (diff)
downloadhorizon-a59d3c853f2a6d287e39091dd2f1a2df2df95825.tar.gz
horizon-a59d3c853f2a6d287e39091dd2f1a2df2df95825.tar.bz2
horizon-a59d3c853f2a6d287e39091dd2f1a2df2df95825.tar.xz
horizon-a59d3c853f2a6d287e39091dd2f1a2df2df95825.zip
Make BCNM check actually work; Update README deps; Fix NSWP
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6cd0ab3..59a8cc0 100644
--- a/README.rst
+++ b/README.rst
@@ -88,7 +88,7 @@ Build Requirements
To build the entirety of Project Horizon, you will need:
-* Qt 5 (Core; Widgets) (qt5-qtbase-dev)
+* Qt 5 (Core; Network; Widgets) (qt5-qtbase-dev)
* GNU Parted development files (parted-dev)
@@ -96,11 +96,22 @@ To build the entirety of Project Horizon, you will need:
* BCNM
+* cURL development files (curl-dev)
+
* Either a C++17 environment, or Boost.Filesystem (boost-dev)
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 Horizon UI for Installation Environments, you will additionally
+need:
+
+* LibCap development files (libcap-dev)
+
+* libX11 development files (libx11-dev)
+
+* XKB File development files (libxkbfile-dev)
+
To run the test suite, you will additionally need:
* RSpec (ruby-rspec)