X-Git-Url: http://git.rot13.org//?p=goodfet;a=blobdiff_plain;f=README.darwin;fp=README.darwin;h=0000000000000000000000000000000000000000;hp=eff9a75bddb85a3128eb18816beda6c040aa4ccb;hb=a141c5693ce90aecd0cfc622ec3f42966dae2c3d;hpb=5139a528fb80bfb96071b6d02c70373b979f93d4 diff --git a/README.darwin b/README.darwin deleted file mode 100644 index eff9a75..0000000 --- a/README.darwin +++ /dev/null @@ -1,24 +0,0 @@ -#Make sure that you've installed the following: -# XCode -# MacPorts -# FTDI Virtual COM Driver - -#Now install some ports. -sudo port install py26-serial python_select wget subversion - -# Code -mkdir -p ~/svn; cd /svn -svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet - -# Client -cd ~/svn/goodfet/trunk/client -sudo make link - -# Python, other tools. -sudo python_select python26 - -# Load firmware, not yet building it locally. -goodfet.bsl --fromweb -goodfet.monitor test - -