From 62d26385468c16863b0302f6b6e9ee252a9799c3 Mon Sep 17 00:00:00 2001 From: YASH PATEL <44220455+yash982000@users.noreply.github.com> Date: Sun, 18 Oct 2020 12:03:24 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58d7a530e..6d061403e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ the HermitCore kernel and applications you need: * Netwide Assember (NASM) * recent host compiler such as GCC * HermitCore cross-toolchain, i.e. Binutils, GCC, newlib, pthreads + * Python ### HermitCore cross-toolchain @@ -124,6 +125,7 @@ cmake-3.7.2-Linux-x86_64.tar.gz 100%[===================>] 29,26M 3,74 -- Local CMake v3.7.2 installed to cmake/cmake-3.7.2-Linux-x86_64 -- Next time you source this script, no download will be necessary ``` +##### NOTE:-If you do not have Python installed, it will give an error. To avoid this, run this command *"sudo apt-get install python"* or *"sudo apt-get install python3"* as per your requirement. ALso, after this , even cmake can give some error. You can avoid it by running this command "sudo snap install cmake". Hope this will run for all perfectly :) So before you build HermitCore you have to source the `local-cmake.sh` script everytime you open a new terminal.