Install GCC command line OS X Mountain Lion server
Download the GCC package
# curl -O http://cloud.github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7-v2.pkg
Install Package using 'installer'
# installer -pkg GCC-10.7-v2.pkg -target /
installer: Package name is GCC
installer: Installing at base path /
installer: The install was successful.
Once the instalaltion is completed, 'gcc' will be avaialbe.
Post a Comment