Tehas,
I'm using Sharp ROM 3.1 and it has the dpkg-deb command built in.
lareya,
Just go here:
http://packages.debian.org/stable/interpreters/bwbasicAt the bottom of the page click on the 'arm' button and choose a download site. The package downloaded is bwbasic_2.20pl2-5_arm.deb
execute the following command at the in the console:
dpkg-deb -x bwbasic_2.20pl2-5_arm.deb <destination directory> I used /mnt/card/bwbasic so I'll use this path in the rest of the example.
which will extract the contents into the /mnt/card/bwbasic
ignore the error message:
dpkg-dev: Cannot create symlink from ./usr/share/man/man1/renum.1.gz to 'bwbasic.1.gz': Operation not permitted
If you go to /mnt/card/bwbasic you will see the following;
/mnt/card/bwbasic/usr
/mnt/card/bwbasic/usr/bin
/mnt/card/bwbasic/usr/bin/bwbasic
/mnt/card/bwbasic/usr/bin/renum
/mnt/card/bwbasic/usr/share/doc/bwbasic/README.gz
/mnt/card/bwbasic/usr/share/doc/bwbasic/README.patch01
/mnt/card/bwbasic/usr/share/doc/bwbasic/README.patch02
/mnt/card/bwbasic/usr/share/doc/bwbasic/changelog.Debian.gz
/mnt/card/bwbasic/usr/share/doc/bwbasic/copyright
/mnt/card/bwbasic/usr/share/doc/bwbasic/examples/<contains example programs>
/mnt/card/bwbasic/usr/share/man/man1/bwbasic.1.gz
I just copied the bwbasic binary to a directory in my path ie /usr/local/bin
also when running bwbasic you will find the backspace doesn't work and you will need to enter stty etase ^? if inside the editor of bwbasic if using it in interactive mode.
A list of commands for it can be found here:
http://web.cs.mun.ca/~ed/cs2602/basic1.htmFinally I have a couple of decent fun easy to use language interpreters on my Z!
Have fun!