Skip to content

Commit

Permalink
fix Arch toolchain install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 16, 2015
1 parent d8f9c3e commit c4df295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchain/toolchain-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ if [[ "$INSTALL_PACKAGES" == "true" ]] ; then
else
echo "You are on an entirely unsupported system, please ensure you have the following packages:"
echo " - essential development packages for your platform (C headers, etc.)"
echo " - development headers for mpfr, mpc, and gmp"
echo " - clang / LLVM"
echo " - development headers for mpfr, libmpc, and gmp"
echo " - gcc"
echo " - YASM"
echo " - genext2fs"
echo " - autoconf/automake"
Expand All @@ -47,7 +47,7 @@ if [[ "$INSTALL_PACKAGES" == "true" ]] ; then
echo " - pkg-config"
echo " - git"
echo " - ctags"
echo "(If you are on Arch, install: clang yasm genext2fs base-devel wget mpfr mpc gmp qemu autoconf automake texinfo pkg-config git ctags)"
echo "(If you are on Arch, install: gcc yasm genext2fs base-devel wget mpfr libmpc gmp qemu autoconf automake texinfo pkg-config git ctags)"
echo ""
echo "... then run this script (toolchain/toolchain-build.sh) again with the -q flag."
exit 1
Expand Down

0 comments on commit c4df295

Please sign in to comment.