commit | 3141891778a0564887d25b8b06b898daf3c1c9b5 | [log] [tgz] |
---|---|---|
author | Mattijs Korpershoek <mattijsx.korpershoek@intel.com> | Tue Apr 08 14:05:21 2014 +0200 |
committer | Mattijs Korpershoek <mattijsx.korpershoek@intel.com> | Wed Jun 25 10:52:20 2014 +0200 |
tree | 8774f6d48211002dc50ec654520b9d98aacf89a2 | |
parent | f394b389ff6202e94d42266ba39144bdcdefe3ba [diff] |
Added possibility to toggle xml validation BZ: 184054 It was not possible to enable/disable xml file validation. The parameter framework only relied on the LIBXML_SCHEMAS flag. This patchs implements a new constructor for XmlFiles which allows enabling/disabling xml/xsd check. Change-Id: I32d220a42bb27f4ce685f07cb194e78e76f44a5d Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
tl;dr: compilation instructions are at the end
WIP
Run cmake .
then make
. You may then install libraries, headers and binaries with make install
. By default, they are installed under /usr/local
on unix OSes; if you want to install them under a custom directory, you may do so by passing it to the cmake .
command; e.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install .
.