kilobyte / ipmctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipmctl

This branch is for development work which is intended to be merged into the main branch (likely as 3.0 version)

Dependencies

  • ndctl
  • asciidoc or asciidoctor (if building documentation)
  • gcc
  • gcc-c++
  • cmake
  • python (version 2 or 3 make work depending on your distribution)
  • rpm-build (to use the rpmbuild script)
  • files from edk2 (see building instructions below)

Building

  1. clone the ipmctl and edk2 repositories:

git clone -b development https://github.com/intel/ipmctl.git

git clone https://github.com/tianocore/edk2.git

cd ipmctl

  1. Give execution permissions to the .sh files:

chmod +x *.sh

  1. Run updateedk.sh, this will copy relevant folders from edk2 into ipmctl

./updateedk.sh

  1. Build the ipmctl rpms specifying the version number to use

./rpmbuild.sh 03.00.00.1234

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 97.9%Language:C++ 1.0%Language:CMake 0.8%Language:Python 0.2%Language:Shell 0.1%