X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=README.darwin;h=eff9a75bddb85a3128eb18816beda6c040aa4ccb;hp=957d20f2fe058925248b8793d972328353567c0a;hb=2e3af17125cdd3e5b4c7725dfadd15f4c8145484;hpb=19c84b41b9fbde102aee56bc137a8a2885194ebf 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