Last active
September 12, 2015 21:02
-
-
Save bherrera/faa4a21eaf38381af5f5 to your computer and use it in GitHub Desktop.
Running linux kernel menuconfig from Mac OSX 10.10.5
This file contains 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 tap homebrew/dupes | |
brew install ncurses | |
Create ncurses.pc from http://mrcook.uk/how-to-install-go-ncurses-on-mac-osx | |
copy elf.h(https://gist.github.com/mlafeldt/3885346) to /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment