mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
internal commit: 0ab1ea615e5cfbb0687a9d593a86a7b774386076 Signed-off-by: Anthony Xu <anthony.xu@intel.com>
19 lines
185 B
Plaintext
19 lines
185 B
Plaintext
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
|