Bwbasic 3.2a for the BeagleBone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

57 lines
1.2 KiB

  1. 4-16-2020
  2. This should work under most any Linux and Linux under
  3. WSL (Ubuntu, Debian) for windows at the command prompt.
  4. If running this under Linux you will need 'gcc' compiler.
  5. To see if it's installed type in gcc --version if OK
  6. then simply do the following:
  7. tar -xf bwbasic-3.2a.tar
  8. cd <here>
  9. To make 'cls' work as it does in DOS perform once
  10. sudo ln /usr/bin/clear /usr/bin/cls
  11. Now lets build bwbasic
  12. sh compile
  13. Read prompts
  14. That's it.
  15. bwbasic and renum are in /usr/local/bin
  16. If you want bwbasic to work from a GUI:
  17. (1) copy bwbasic.sh to a suitable location
  18. and make sure to chmod 755 bwbasic.sh
  19. so it's executable.
  20. (2) copy bwbasic.png to a suitable location
  21. (3) edit bwbasic.desktop and change references
  22. for File Location then cp bwbasic.desktop to ~/Desktop/.
  23. and it should work from the desktop.
  24. If running under Windows 10 you will need 'gcc' compiler.
  25. To see if it's installed type in gcc --version if you
  26. think you have gcc installed verify your 'path'. If OK
  27. then at the command prompt
  28. cd <here>
  29. compile.bat
  30. Read prompts
  31. That's it.
  32. Move bwbasic.exe and renum.exe to locations in your path.
  33. There are many, many examples in BAS-EXAMPLES and information
  34. in INFO.
  35. All should work fine. But as usual no guarentee is implied.