~/.bashrc -> ~/.profile

This commit is contained in:
Thomas Pöchtrager 2014-02-02 23:32:06 +01:00
parent 3a7c2e6635
commit 77b27e099f
2 changed files with 4 additions and 3 deletions

View File

@ -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). Then run `./build.sh` to build the cross toolchain (it will build in its own directory).
**Don't forget** to add the printed `` `<path>/osxcross-env` `` to your `~/.profile` or `~/.bashrc`. **Don't forget** to add the printed `` `<path>/osxcross-env` `` to your `~/.profile`.
Then either run `source ~/.profile` or restart your shell session. Then either run `source ~/.profile` or restart your session.
That's it. See usage examples below. That's it. See usage examples below.

View File

@ -323,7 +323,8 @@ echo "Now add"
echo "" echo ""
echo -e "\e[32m\`$OSXCROSS_ENV\`\e[0m" echo -e "\e[32m\`$OSXCROSS_ENV\`\e[0m"
echo "" 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 ""
echo "Done! Now you can use o32-clang(++) and o64-clang(++) like a normal compiler" echo "Done! Now you can use o32-clang(++) and o64-clang(++) like a normal compiler"