diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-14 11:29:33 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-14 11:29:33 -0500 |
commit | 4225dcafc4cbe8ee25899abb3181b419f58ee075 (patch) | |
tree | a52072d19d041e47df8eb61d2822a70890278ce6 | |
parent | 2252a90db1a08602addf40bb9e17413557034392 (diff) | |
download | horizon-4225dcafc4cbe8ee25899abb3181b419f58ee075.tar.gz horizon-4225dcafc4cbe8ee25899abb3181b419f58ee075.tar.bz2 horizon-4225dcafc4cbe8ee25899abb3181b419f58ee075.tar.xz horizon-4225dcafc4cbe8ee25899abb3181b419f58ee075.zip |
README: Note dependencies
-rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -83,6 +83,29 @@ help using or installing Adélie Linux, see `our Help Centre on the Web`_. +Build Requirements +================== + +To build the entirety of Project Horizon, you will need: + +* Qt 5 (Core; Widgets) (qt5-qtbase-dev) + +* GNU Parted development files (parted-dev) + +* libudev development files (eudev-dev) + +* BCNM + +To run the test suite, you will additionally need: + +* RSpec (ruby-rspec) + +* Aruba + +* Valgrind (valgrind) + + + Repository Layout ================= |