From 2e3af17125cdd3e5b4c7725dfadd15f4c8145484 Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 21 Feb 2012 18:52:57 +0000 Subject: [PATCH] Cut outdated OS X compiler instructions. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1096 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- README.darwin | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.20.1