summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst23
1 files changed, 17 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index f5d8c1c..b87267b 100644
--- a/README.rst
+++ b/README.rst
@@ -90,12 +90,6 @@ To build the entirety of Project Horizon, you will need:
* Qt 5 (Core; Network; Widgets) (qt5-qtbase-dev)
-* GNU Parted development files (parted-dev)
-
-* libudev development files (eudev-dev)
-
-* `BCNM`_
-
* cURL development files (curl-dev)
* Either a C++17 environment, or Boost.Filesystem (boost-dev)
@@ -106,6 +100,16 @@ To build the entirety of Project Horizon, you will need:
To build Horizon UI for Installation Environments, you will additionally
need:
+* GNU Parted development files (parted-dev)
+
+* libudev development files (eudev-dev)
+
+* `BCNM`_
+
+* blkid and libfdisk development files (util-linux-dev)
+
+* Boost.PropertyTree (boost-dev)
+
* LibCap development files (libcap-dev)
* libX11 development files (libx11-dev)
@@ -208,6 +212,13 @@ Specification. The documents are written in DocBook XML; the HTML and PDF
versions are not stored in this repository.
+``diskman``: Disk Manipulation library
+``````````````````````````````````````
+The ``diskman`` directory includes the source code for the DiskMan library,
+which is used by Horizon front ends for probing and displaying block device
+information.
+
+
``executor``: HorizonScript Executor
````````````````````````````````````
The ``executor`` directory includes the source code for the HorizonScript