Created
February 18, 2012 20:14
-
Star
(279)
You must be signed in to star a gist -
Fork
(74)
You must be signed in to fork a gist
Revisions
-
myobie revised this gist
Dec 11, 2012 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -45,6 +45,10 @@ You may also need to symlink gcc for certain ruby gems and other stuff like that sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2 Maybe even g++ if you use that: sudo ln -s /usr/bin/g++ /usr/bin/g++-4.2 You are good to go. # Random links that may help -
myobie revised this gist
Jul 31, 2012 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -36,11 +36,15 @@ Things that gave me issues that I had to remove and install: You might need to install libxml2 and link it manually to make sure you don't get the wrong xml2-config if your path: brew install libxml2 brew link libxml2 Run `brew doctor` and fix anything it tells you. You may also need to symlink gcc for certain ruby gems and other stuff like that: sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2 You are good to go. # Random links that may help -
myobie revised this gist
Jul 30, 2012 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -42,3 +42,8 @@ $ brew link libxml2 Run `brew doctor` and fix anything it tells you. You are good to go. # Random links that may help * http://robots.thoughtbot.com/post/27985816073/the-hitchhikers-guide-to-riding-a-mountain-lion * http://coderwall.com/p/dtbuqg -
myobie revised this gist
Jul 30, 2012 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ### 1) Install XCode 4.4 into /Applications Get it from the App Store. ### 2) Install Command Line Tools @@ -38,3 +38,7 @@ You might need to install libxml2 and link it manually to make sure you don't ge $ brew install libxml2 $ brew link libxml2 Run `brew doctor` and fix anything it tells you. You are good to go. -
myobie revised this gist
Apr 20, 2012 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -32,4 +32,9 @@ Things that gave me issues that I had to remove and install: * macvim * imagemagick * ghostscript You might need to install libxml2 and link it manually to make sure you don't get the wrong xml2-config if your path: $ brew install libxml2 $ brew link libxml2 -
DAddYE revised this gist
Mar 20, 2012 . 1 changed file with 8 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,39 +1,35 @@ # Get Mountain Lion and Homebrew to Be Happy ### 1) Install XCode 4.4 into /Applications Get it from <http://developer.apple.com>. You will not be able to submit apps to any stores using this XCode version, so turn away if that is something you might want to do. ### 2) Install Command Line Tools In XCode's Preferences > Downloads you can install command line tools. [insert screenshot] ### 3) Let Everyone Know Where XCode Is sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer ### 4) Install X11 Visit <http://xquartz.macosforge.org/trac/wiki> and download and install 2.7.2+. You will need to fix the symlink it makes: ln -s /opt/X11 /usr/X11 ### 5) Reinstall your brews brew list Will tell you what you need to check. Try out everything one by one and when one doesn't work `brew remove it` and then reinstall it. If the install doesn't work, try `brew install it --use-gcc` to prevent llvm from getting in the way. Things that gave me issues that I had to remove and install: * macvim * imagemagick * ghostscript -
DAddYE revised this gist
Mar 20, 2012 . 1 changed file with 3 additions and 18 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Get Mountain Lion and Homebrew to Be Happy ## 1) Install XCode 4.4 into /Applications Get it from <http://developer.apple.com>. You will not be able to submit apps to any stores using this XCode version, so turn away if that is something you might want to do. @@ -16,24 +16,11 @@ In XCode's Preferences > Downloads you can install command line tools. ## 4) Install X11 Visit <http://xquartz.macosforge.org/trac/wiki> and download and install 2.7.2+. You will need to fix the symlink it makes: ln -s /opt/X11 /usr/X11 ## 7) Reinstall your brews @@ -43,8 +30,6 @@ Will tell you what you need to check. Try out everything one by one and when one Things that gave me issues that I had to remove and install: - macvim - imagemagick - ghostscript -
myobie created this gist
Feb 18, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,54 @@ # Get Mountain Lion and Homebrew to Be Happy ## 1) Install XCode 4.3 into /Applications Get it from <http://developer.apple.com>. You will not be able to submit apps to any stores using this XCode version, so turn away if that is something you might want to do. ## 2) Install Command Line Tools In XCode's Preferences > Downloads you can install command line tools. [insert screenshot] ## 3) Let Everyone Know Where XCode Is sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer ## 4) Install X11 Visit <http://xquartz.macosforge.org/trac/wiki> and download and install 2.7.0. You will need to fix the symlink it makes: sudo mv /usr/X11 /usr/X11.old sudo mv /usr/X11R6 /usr/X11 ## 5) Get GCC Visit <https://github.com/kennethreitz/osx-gcc-installer> and download and install GCC-10.7.pkg. Now, since most of this happened late last night, I am not 100% sure this is necessary after you've done the `xcode-select`, but I remember doing this. If you find it's not necessary, please let me know so I can remove it as a step. ## 6) Check Yo PATH My path: PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:~/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" ## 7) Reinstall your brews brew list Will tell you what you need to check. Try out everything one by one and when one doesn't work `brew remove it` and then reinstall it. If the install doesn't work, try `brew install it --use-gcc` to prevent llvm from getting in the way. Things that gave me issues that I had to remove and install: - libxml2 - libxslt - macvim - imagemagick - ghostscript - - - Let me know if I missed anything.