From d9b870f070a69ed23f0ff7f95ef6082ec0301938 Mon Sep 17 00:00:00 2001 From: vectorsigma72 Date: Sat, 11 Apr 2020 14:13:11 +0200 Subject: [PATCH] Update buildme --- buildme | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/buildme b/buildme index daa979ff3..e9a05a33d 100755 --- a/buildme +++ b/buildme @@ -4,10 +4,8 @@ # github version # Linux users should be able to use this wrapper, although the following are needed: -# gcc (check for ./build_gcc8.sh or newer) -# python (sudo apt-get install python) -# uuid-dev (sudo apt-get install uuid-dev) -# git (sudo apt-get install git) +# (Ubuntu alike) +# sudo apt-get install build-essential uuid-dev iasl git gcc-9 nasm python3-distutils # $1 argument override MYTOOLCHAIN variable, in case you want GCC53 for example @@ -132,7 +130,7 @@ fi buildClover() { checkTools -# to force recreation of the Conf folder. You can sill use a custom CONF_PATH if you don't want recreation. +# to force recreation of the Conf folder. You can still use a custom CONF_PATH if you don't want recreation. rm -rf "$CLOVERROOT"/Conf mkdir "$CLOVERROOT"/Conf @@ -217,7 +215,7 @@ if [[ "$SYSNAME" == Darwin ]]; then sleep 3 fi else - echo && echo "can't build pkg on a non Darwin OS!" + echo && echo "Clover.app can only be built in macOS!" fi }