Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Soller 7da7c74ca0 Merge branch 'update-bootstrap-sh-for-mac' into 'master'
update bootstrap.sh for macOS brew using steps from The Book

See merge request redox-os/redox!1231
2020-03-07 17:02:23 +00:00
Yerkebulan Tulibergenov 30a719796e update bootstrap.sh for macOS brew using steps from The Book 2020-03-07 02:10:02 -08:00
1 changed files with 8 additions and 6 deletions

View File

@ -123,15 +123,17 @@ osx_homebrew()
install_brew_pkg "virtualbox" install_brew_pkg "virtualbox"
fi fi
install_brew_pkg "coreutils" install_brew_pkg "automake"
install_brew_pkg "findutils" install_brew_pkg "bison"
install_brew_pkg "gcc49" "gcc-4.9" install_brew_pkg "gettext"
install_brew_pkg "libtool"
install_brew_pkg "make"
install_brew_pkg "nasm" install_brew_pkg "nasm"
install_brew_pkg "gcc@7" "gcc-7"
install_brew_pkg "pkg-config" install_brew_pkg "pkg-config"
install_brew_pkg "cmake" install_brew_pkg "Caskroom/cask/osxfuse"
install_brew_cask_pkg "osxfuse"
install_brew_pkg "redox-os/gcc_cross_compilers/x86_64-elf-gcc" install_brew_pkg "redox-os/gcc_cross_compilers/x86_64-elf-gcc" "x86_64-elf-gcc"
} }
############################################################################### ###############################################################################