From 112a61a6ac38fee079a61d0f5c951c557046836d Mon Sep 17 00:00:00 2001 From: Zhao_Jiasheng <18535861947@163.com> Date: Wed, 28 Apr 2021 12:01:58 +0800 Subject: [PATCH] Add README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ffa1e3 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# kconfig-frontends + +Kconfig tool for XiUOS + +The development environment: Ubuntu18.04 + +## First install the dependency packages + +``` +$ sudo apt update +$ sudo apt install git +$ sudo apt install build-essential pkg-config +$ sudo apt install gcc make libncurses5-dev openssl libssl-dev bison flex libelf-dev autoconf libtool gperf libc6-dev +``` + +## Make and install + +``` +$ cd kconfig-frontends +$ ./xs_build.sh +``` + +If this step doesn't work correctly, use + +``` +$ sudo ./xs_build.sh +``` \ No newline at end of file