Installing SpecBAS for Linux: Difference between revisions

From Sinclair Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(One intermediate revision by one other user not shown)
Line 13: Line 13:
To run the current version of SpecBAS, you will need to have the bass audio library installed. The easiest way to achieve this is to copy the libbass.so file, included in the SpecBAS_linux folder, to your /lib directory. The SpecBAS binary should then run from any location you wish to keep it.
To run the current version of SpecBAS, you will need to have the bass audio library installed. The easiest way to achieve this is to copy the libbass.so file, included in the SpecBAS_linux folder, to your /lib directory. The SpecBAS binary should then run from any location you wish to keep it.


Upon fist execution, SpecBAS will create its working directory; /home/user/specbas . This folder is effectively the root folder for SpecBAS/SpecOS, where SpecBAS will load files from, and save files to. SpecBAS will be unaware of any files located outside of this folder.
Upon first execution, SpecBAS will create its working directory; /home/user/specbas . This folder is effectively the root folder for SpecBAS/SpecOS, where SpecBAS will load files from, and save files to. SpecBAS will be unaware of any files located outside of this folder.


==Compiling your own version==
==Compiling your own version==
All the source is available for anyone wishing to compile SpecBAS for Linux using Lazarus. The SpecBAS source files are also available at ftp://zxdunny.dyndns.org/ , negating the need to download the binary when acquiring the latest source files. The bass audio library is also available from http://www.un4seen.com/
All the source is included in the Linux tarball for anyone wishing to compile SpecBAS for Linux using Lazarus. The SpecBAS source files are also available through SVN at http://alistairsserver.no-ip.org/websvn/listing.php?repname=SpecBAS, negating the need to download the binary when acquiring the latest source. The bass audio library is also available from http://www.un4seen.com/

Revision as of 20:25, 23 May 2013


A quick guide to getting the current version of SpecBAS up and running on Linux systems

Downloading SpecBAS for Linux

The current version of SpecBAS for Linux can be found at http://reallyquick.co.uk/specbas/

The SpecBAS_linux.tar.gz file contains the SpecBAS binary file, libbass.so and the relevant source files.

Running SpecBAS for Linux

To run the current version of SpecBAS, you will need to have the bass audio library installed. The easiest way to achieve this is to copy the libbass.so file, included in the SpecBAS_linux folder, to your /lib directory. The SpecBAS binary should then run from any location you wish to keep it.

Upon first execution, SpecBAS will create its working directory; /home/user/specbas . This folder is effectively the root folder for SpecBAS/SpecOS, where SpecBAS will load files from, and save files to. SpecBAS will be unaware of any files located outside of this folder.

Compiling your own version

All the source is included in the Linux tarball for anyone wishing to compile SpecBAS for Linux using Lazarus. The SpecBAS source files are also available through SVN at http://alistairsserver.no-ip.org/websvn/listing.php?repname=SpecBAS, negating the need to download the binary when acquiring the latest source. The bass audio library is also available from http://www.un4seen.com/