mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
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.
This commit is contained in:
parent
42a023ff07
commit
5647cd16d2
6
INSTALL
6
INSTALL
@ -22,6 +22,12 @@ project is tested automatically to build cleanly for the following
|
|||||||
- Ubuntu 16.04 Xenial
|
- Ubuntu 16.04 Xenial
|
||||||
- MacOS X 10.14 (Xcode 10.2)
|
- 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
|
Basic Installation
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user