From: travisutk Date: Tue, 21 Feb 2012 18:52:57 +0000 (+0000) Subject: Cut outdated OS X compiler instructions. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=2e3af17125cdd3e5b4c7725dfadd15f4c8145484 Cut outdated OS X compiler instructions. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1096 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/README.darwin b/README.darwin index 957d20f..eff9a75 100644 --- a/README.darwin +++ b/README.darwin @@ -22,13 +22,3 @@ goodfet.bsl --fromweb 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