Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Update osx-install.md #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion first-edition/src/appendix/osx-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdir -p "$HOME/src"
mkdir -p "$PREFIX"

# gmp mpfr libmpc
brew install gmp mpfr libmpc autoconf automake nasm xorriso qemu
brew install gmp mpfr libmpc autoconf automake nasm xorriso qemu pkg-config

# binutils

Expand Down Expand Up @@ -99,6 +99,7 @@ if [ ! -d "grub" ]; then
echo ""
git clone --depth 1 git://git.savannah.gnu.org/grub.git
cd grub
./bootstrap
sh autogen.sh
mkdir -p build-grub
cd build-grub
Expand Down