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.