Changes

23 bytes removed ,  15:40, 24 December 2010
Line 465: Line 465:  
For a test lets try to install the game ascii-invaders. Since we have no graphics installed yet, we have to stick with ASCII games.  
 
For a test lets try to install the game ascii-invaders. Since we have no graphics installed yet, we have to stick with ASCII games.  
   βˆ’
To install this you have to download the software from this link: [http://ip9.org/munro/invaders/invaders0.1b.tgz ASCII invaders]. Put this file on the FAT partition of the SD-Card.
+
To install this you have to download the software from this link: [http://ip9.org/munro/invaders/invaders0.1b.tgz ASCII invaders].  
   βˆ’
Now log into WiiToo!, and go into the src directory: "cd ~/src". Extract the downloaded archive there with the command:  
+
Now go into the src directory: "cd ~/src". Extract the downloaded archive there with the command (provided the archive is in the root directory):  
βˆ’
  # tar -xjvf invaders0.1b.tgz   
+
  # tar -xjvf /invaders0.1b.tgz   
    
This will make a new subdirectory called "invaders0.1b" and put all the files from the archive into that. Then use e.g. "cd ~/src/invaders0.1b" to go into this directory.
 
This will make a new subdirectory called "invaders0.1b" and put all the files from the archive into that. Then use e.g. "cd ~/src/invaders0.1b" to go into this directory.
206

edits