Update some patch for uadk from mainline. To get more information, please visit the homepage: https://github.comp/Linaro/uadk Signed-off-by: Yang Shen <shenyang39@huawei.com>
45 lines
1.0 KiB
Diff
45 lines
1.0 KiB
Diff
From 89ce496b9c9f91feb941d6f083771250f886e266 Mon Sep 17 00:00:00 2001
|
|
From: Liulongfang <liulongfang@huawei.com>
|
|
Date: Wed, 11 May 2022 10:08:22 +0800
|
|
Subject: [PATCH 115/183] uadk: update README
|
|
|
|
add simple compilation instructions for uadk
|
|
|
|
Signed-off-by: Liulongfang <liulongfang@huawei.com>
|
|
---
|
|
README | 18 ++++++++++++++++++
|
|
1 file changed, 18 insertions(+)
|
|
|
|
diff --git a/README b/README
|
|
index 10804ec..34d45e3 100644
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -31,6 +31,24 @@ include/*
|
|
docs/*
|
|
Documentations.
|
|
|
|
+Build UADK in native environment
|
|
+
|
|
+ $ ./cleanup.sh
|
|
+
|
|
+ Make sure that all generated files could be removed.
|
|
+
|
|
+ $ ./autogen.sh
|
|
+ $ ./conf.sh
|
|
+
|
|
+ UADK could be configured as either static or dynamic library by conf.sh.
|
|
+ By default, it's configured as dynamic library.
|
|
+
|
|
+ $ make
|
|
+ $ sudo make install
|
|
+
|
|
+ Both dynamic and static libraries would be installed in /usr/local/lib
|
|
+ directory. And all head files would be installed in /usr/local/include/uadk
|
|
+ directory.
|
|
|
|
======================================
|
|
|
|
--
|
|
2.27.0
|
|
|