Installing SpecBAS for Raspberry PI: Difference between revisions

From Sinclair Wiki
Jump to navigation Jump to search
Line 21: Line 21:
==Compiling your own version==
==Compiling your own version==


The SpecBAS source files are available using WebSVN at http://zxnet.co.uk/websvn/listing.php?repname=SpecBAS or by checking out the source from the svn repository svn://zxnet.co.uk/specbas. The bass audio library is available from http://www.un4seen.com/
The SpecBAS source files are available [https://github.com/ZXDunny/SpecBAS on github]. The bass audio library is available from http://www.un4seen.com/


==Removing SpecBAS from your Raspberry Pi==
==Removing SpecBAS from your Raspberry Pi==


In the unlikely event that you wish to remove SpecBAS from your Raspberry Pi, the command "sudo dpkg -r specbas" will take care of that for you.
In the unlikely event that you wish to remove SpecBAS from your Raspberry Pi, the command "sudo dpkg -r specbas" will take care of that for you.

Revision as of 15:03, 24 December 2019


A quick guide to getting the current version of SpecBAS up and running on a Raspberry Pi

Downloading SpecBAS for Raspberry Pi

A binary debian package containing the current version of SpecBAS for Raspberry Pi can be found at http://freestuff.grok.co.uk/specbas-pi.deb

Running SpecBAS for Raspberry Pi

You must be running a linux distro with hard floating point support, such as the Raspbian Wheezy distribution that Raspberry recommends.

Type "wget http://freestuff.grok.co.uk/specbas-pi.deb" to fetch the debian package to your home directory.

Then type "sudo dpkg -i specbas-pi.deb" to install it.

This will create a link to SpecBAS in the desktop menu (it's placed within the Programming menu) like this: Media:SpecBAS-Pi-Menu.png

Upon first execution, SpecBAS will create its working directory; /home/username/specbas (if this folder doesn't already exist). A number of useful files and folders will also be set up within this directory (containing fonts, demo programs, and a copy of the SpecBAS Reference Manual). This folder is effectively the root folder for SpecBAS/SpecOS, where SpecBAS will load files from, and save files to. SpecBAS is unaware of any files located outside of this folder.

Compiling your own version

The SpecBAS source files are available on github. The bass audio library is available from http://www.un4seen.com/

Removing SpecBAS from your Raspberry Pi

In the unlikely event that you wish to remove SpecBAS from your Raspberry Pi, the command "sudo dpkg -r specbas" will take care of that for you.