From 77b27e099fbf015702d5e3f2e89cff3b56bfd821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 2 Feb 2014 23:32:06 +0100 Subject: [PATCH] ~/.bashrc -> ~/.profile --- README.md | 4 ++-- build.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f06763d..1b66389 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ Now edit the `SDK_VERSION` in `build.sh`, so it matches the version you have dow Then run `./build.sh` to build the cross toolchain (it will build in its own directory). -**Don't forget** to add the printed `` `/osxcross-env` `` to your `~/.profile` or `~/.bashrc`. -Then either run `source ~/.profile` or restart your shell session. +**Don't forget** to add the printed `` `/osxcross-env` `` to your `~/.profile`. +Then either run `source ~/.profile` or restart your session. That's it. See usage examples below. diff --git a/build.sh b/build.sh index 25302f5..a0c8027 100755 --- a/build.sh +++ b/build.sh @@ -323,7 +323,8 @@ echo "Now add" echo "" echo -e "\e[32m\`$OSXCROSS_ENV\`\e[0m" echo "" -echo "to your ~/.bashrc or ~/.profile (including the '\`')" +echo "to your ~/.profile (including the '\`')" +echo "and run 'source ~/.profile' or restart your session" echo "" echo "Done! Now you can use o32-clang(++) and o64-clang(++) like a normal compiler"