- Notifications
You must be signed in to change notification settings - Fork39
library for interacting with Dell SMBIOS tables
License
Unknown and 2 other licenses found
Licenses found
dell/libsmbios
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libsmbios provides a library to interface with the SMBIOS tables.It also provides extensions for proprietary methods of interfacing with Dell specificSMBIOS tables.
To build a libsmbios tarball, you will need the following dependencies, in whichever -devel package convention in use by your distribution:
- libxml
- autoconf
- automake
- gettext
- libtool
To build from a git checkout:
$ ./autogen.sh # autogen.sh internally runs configure automatically $ make
To Install
Standard autotools package:
$ make install
Documentation is in doxygen format. To view the docs, runmake doxygen
, thenlook in theout/libsmbios_c/html/index.html
. Docs are also built as part ofmake all
.
Packages can be generated for RPM based distributions by using the helper script
# pkg/mk-rel-rpm.sh
Packages can be generated for DEB based distributions by using the helper script
# pkg/mk-rel-deb.sh
This software is dual-licensed under GPL/OSL.
SeeGPL LicenseandOSL Licensefor more details.
About
library for interacting with Dell SMBIOS tables