Cut outdated OS X compiler instructions.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 21 Feb 2012 18:52:57 +0000 (18:52 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 21 Feb 2012 18:52:57 +0000 (18:52 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1096 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

README.darwin

index 957d20f..eff9a75 100644 (file)
@@ -22,13 +22,3 @@ goodfet.bsl --fromweb
 goodfet.monitor test
 
 
 goodfet.monitor test
 
 
-# Now that we've got it working, let's
-# install the compiler for building firmware.
-sudo mkdir -p /opt
-cd /opt
-curl http://goodserv.cis.upenn.edu/mspgcc/mspgcc-osx.tar.bz2 | sudo tar -xjv
-# Add it to the $PATH.
-echo 'export PATH=/opt/mspgcc/bin:$PATH' >~/.profile
-
-# And then build the firmware
-cd ~/svn/goodfet/trunk/firmware