Created
August 24, 2013 11:09
-
-
Save nobonobo/6327516 to your computer and use it in GitHub Desktop.
OS-XにてOpenWRTのビルドメモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PATH=/usr/local/opt/coreutils/libexec/gnubin:$PATH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install coreutils gnu-getopt gawk findutils wget | |
| ln -s /usr/local/opt/gnu-getopt/bin/getopt /usr/local/opt/coreutils/libexec/gnubin/getopt | |
| # .bashrcに以下のパスの追加 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment