Difference between revisions of "6.115 Toolchain"

From SlugWiki
Jump to: navigation, search
Line 2: Line 2:
 
<code>
 
<code>
 
sudo apt-get install dosbox python-serial
 
sudo apt-get install dosbox python-serial
 
  
 
mkdir ~/6.115
 
mkdir ~/6.115
Line 11: Line 10:
  
 
unzip 6.115_toolchain.zip
 
unzip 6.115_toolchain.zip
 +
 +
echo  "export PATH=~/6.115/tools/bin:\$PATH" >> ~/.bashrc
 +
 +
</code>
 +
 +
Test this by typing rasm test.asm
 +
 +
It should work. If not, bitch at Isaac, or figure it out.

Revision as of 18:54, 9 February 2012

Instructions

sudo apt-get install dosbox python-serial

mkdir ~/6.115

cd ~/6.115

wget http://mit.edu/~igutek/Public/6.115_toolchain.zip

unzip 6.115_toolchain.zip

echo "export PATH=~/6.115/tools/bin:\$PATH" >> ~/.bashrc

Test this by typing rasm test.asm

It should work. If not, bitch at Isaac, or figure it out.