Skip to content

Commit 9300267

Browse files
authored
Merge pull request #567 from LAbyOne/buildme
buildme
2 parents f66297e + 491df0c commit 9300267

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# CloverBootloader
23
Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
34
# Features
@@ -24,3 +25,14 @@ Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
2425
- Create Clover boot entry in NVRAM with tool from GUI
2526
- Launch EFI command shell from GUI
2627
- Startup sound controlled by **F8** and checked by **F7**
28+
29+
# Building from Source
30+
31+
`mkdir -p $HOME/src && cd $HOME/src`
32+
33+
`git clone -q https://github.com/CloverHackyColor/CloverBootloader`
34+
35+
`cd CloverBootloader && git submodule update --init --recursive`
36+
37+
`cd OpenCorePkg && git checkout master && git pull`
38+
#

buildme

+3-3
Original file line numberDiff line numberDiff line change
@@ -645,14 +645,14 @@ Utilities
645645
menu() {
646646
echo
647647
echo -e $COL_GREEN" ------------------------------------------------------------------------------"
648-
if [[ ! -x "/usr/local/bin/pip3" ]]; then
648+
if [[ ! -x "/usr/local/bin/python3" ]]; then
649649
echo -e " ${pynone}"
650650
fi
651651
echo -e "$COL_GREEN 🍀 Clover r${revision}$COL_WHITE (SHA: $lsha1)"
652652
echo -e "$COL_CYAN TOOLCHAIN: $MYTOOLCHAIN (override example: './buildme XCODE8')"
653-
if [[ -x "/usr/local/bin/pip3" ]]; then
653+
if [[ -x "/usr/local/bin/python3" ]]; then
654654
echo -e $COL_GREEN" ------------------- ${pyversion}$COL_GREEN ------------------ "$COL_RESET
655-
echo -e "\n\n\n\n\n\n\n\n"
655+
echo -e "\n\n\n\n\n\n\n\n"
656656
else
657657
echo -e $COL_GREEN" ------------------------------------------------------------------------------"$COL_RESET
658658
echo -e "\n\n\n\n\n\n\n"

0 commit comments

Comments
 (0)