Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/phosphor-net-ipmid
Network IPMI server
https://github.com/openbmc/phosphor-net-ipmid
Last synced: about 10 hours ago
JSON representation
Network IPMI server
- Host: GitHub
- URL: https://github.com/openbmc/phosphor-net-ipmid
- Owner: openbmc
- License: apache-2.0
- Created: 2016-07-28T11:02:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T17:59:32.000Z (5 days ago)
- Last Synced: 2024-11-01T18:32:16.333Z (5 days ago)
- Language: C++
- Homepage:
- Size: 1.76 MB
- Stars: 9
- Watchers: 22
- Forks: 11
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phosphor-net-ipmid
## To Build
To build this package, do the following steps:
```sh
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
```To clean the repository run `./bootstrap.sh clean`.