Project ACRN hypervisor
Go to file
Miguel Bernal Marin 858f411b10 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-03-07 22:21:59 -06:00
core initial import 2018-03-07 21:07:43 +08:00
hw initial import 2018-03-07 21:07:43 +08:00
include initial import 2018-03-07 21:07:43 +08:00
samples initial import 2018-03-07 21:07:43 +08:00
license_header initial import 2018-03-07 21:07:43 +08:00
MAINTAINERS initial import 2018-03-07 21:07:43 +08:00
Makefile makefile: install the demo scripts 2018-03-07 22:21:59 -06:00
README initial import 2018-03-07 21:07:43 +08:00

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