From 40893e5d87083ab1b21992f15dc5c4460ac1e268 Mon Sep 17 00:00:00 2001 From: YASH PATEL <44220455+yash982000@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:22:10 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d061403e..133857547 100644 --- a/README.md +++ b/README.md @@ -44,7 +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 + * Python3 ### HermitCore cross-toolchain @@ -125,7 +125,6 @@ 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.