File: installation.txt

package info (click to toggle)
libsmbios 2.0.3.dfsg-1.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,768 kB
  • ctags: 2,016
  • sloc: cpp: 14,292; sh: 9,408; xml: 3,820; makefile: 454; ansic: 402; python: 157
file content (21 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// vim:expandtab:autoindent:tabstop=4:shiftwidth=4:filetype=txt:

/** \page installation Installation of Libsmbios
*
* \section install Installation Requirements
*
* The libsmbios project is split into two libraries. The first library is the
* base smbios lib. This library has no external dependencies when installing.
*
* The next lib is the smbiosxml library. This library simply has the dependency
* on the Xerces XML parser and the base smbios library.
*
* \subsection linux_inst Linux Installation
*
* An RPM is provided for Linux Installation.
*
* \subsection win_ins Windows Installation
*
* need some text here.
*
*/