summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <jvillalovos@amperecomputing.com>2019-11-12 15:45:21 -0500
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2019-11-15 14:25:08 +0300
commit5647cd16d296fa9ea77ac3f6d1ef74cf4786891d (patch)
treedc9dd1eb034feec4a78a271201159e4f92f6fd68
parent42a023ff0726c80e8cc7d30315b987fe568a981d (diff)
downloadipmitool-5647cd16d296fa9ea77ac3f6d1ef74cf4786891d.tar.gz
Docs: Add info on packages to install on Ubuntu 16.04
Add some documenation on packages to install on Ubuntu 16.04 and Fedora 31 before building the software. This will make it easier for people who are building ipmitool as they won't need to figure out all the package dependencies on their own.
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 8ef7e68..cf76a41 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,6 +22,12 @@ project is tested automatically to build cleanly for the following
- Ubuntu 16.04 Xenial
- MacOS X 10.14 (Xcode 10.2)
+ For Ubuntu 16.04 it is recommended to do the following before building:
+$ sudo apt install automake gcc git libncurses-dev libreadline-dev libssl-dev libsystemd-dev libtool make wget
+
+ For Fedora 31 it is recommended to do the following before building:
+$ sudo dnf install automake gcc git libtool make ncurses-devel openssl-devel readline-devel systemd-devel wget
+
Basic Installation
==================