acrn-hypervisor/devicemodel
Miguel Bernal Marin 3b15f510c7 makefile: install the demo scripts
The demos scripts are not installed when "make install" is invoked.
This patch adds a rule to copy them to /usr/share/acrn

Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
2018-05-11 14:44:29 +08:00
..
core initial import 2018-05-11 14:44:28 +08:00
hw initial import 2018-05-11 14:44:28 +08:00
include initial import 2018-05-11 14:44:28 +08:00
samples initial import 2018-05-11 14:44:28 +08:00
MAINTAINERS update Maintainer list 2018-05-11 14:44:28 +08:00
Makefile makefile: install the demo scripts 2018-05-11 14:44:29 +08:00
README initial import 2018-05-11 14:44:28 +08:00
license_header initial import 2018-05-11 14:44:28 +08:00

README

BUILD DEPENDANCE 

	for CentOS
	yum install libuuid-devel

BUILD
	make

CLEAN
	make clean


RUN DEPENDANCE

	for CentOS
	yum install openssl-libs
	yum install zlib
	yum install libuuid