mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
~/.bashrc -> ~/.profile
This commit is contained in:
parent
3a7c2e6635
commit
77b27e099f
@ -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 `` `<path>/osxcross-env` `` to your `~/.profile` or `~/.bashrc`.
|
||||
Then either run `source ~/.profile` or restart your shell session.
|
||||
**Don't forget** to add the printed `` `<path>/osxcross-env` `` to your `~/.profile`.
|
||||
Then either run `source ~/.profile` or restart your session.
|
||||
|
||||
That's it. See usage examples below.
|
||||
|
||||
|
3
build.sh
3
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"
|
||||
|
Loading…
Reference in New Issue
Block a user