What to download

If you just wish to run BSU, download a binary package that matches your packaging system or compile from the tar archive. If you plan on modifying or extending BSU, then you will want to download either a suitable source package, or the source TAR archive.


Operating System TAR (Source) File Binary Package Source Package
Debian 10 (Buster) bsu-3.0.2.tar.gz bsu_3.0.2-1_amd64.deb bsu_3.0.2-1.dsc
bsu-3.0.2.tar.gz.asc bsu_3.0.2-1_amd64.deb.asc bsu_3.0.2.orig.tar.gz
bsu_3.0.2-1+plplot_amd64.deb
bsu_3.0.2-1+plplot_amd64.deb.asc
bsu_3.0.2-1+static_amd64.deb
bsu_3.0.2-1+static_amd64.deb.asc
Debian 7 and 8 bsu-3.0.2.tar.gz none none
Ubuntu bsu-3.0.2.tar.gz none none
CentOS 7 bsu-3.0.2.tar.gz bsu-3.0.2-1.x86_64.rpm bsu-3.0.2-1.src.rpm
bsu-3.0.2+plplot.tar.gz bsu-3.0.2+plplot-1.x86_64.rpm bsu-3.0.2+plplot-1.src.rpm
CentOS 8 bsu-3.0.2.tar.gz bsu-3.0.2-1.x86_64.rpm bsu-3.0.2-1.src.rpm
bsu-3.0.2+plplot.tar.gz bsu-3.0.2+plplot-1.x86_64.rpm bsu-3.0.2+plplot-1.src.rpm
Redhat Enterprise bsu-3.0.2.tar.gz none none
Open Suse bsu-3.0.2.tar.gz none none
Slackware bsu-3.0.2.tar.gz none none
Arch Linux bsu-3.0.2.tar.gz none none
MacBook Pro bsu-3.0.2.tar.gz none none
Chrome Book bsu-3.0.2.tar.gz none none
MicroSoft Win 8.1 MingwBSU-3.0.2.tgz BSU_EXEC-3.0.2.zip none
man-bsu3-html.zip html man pages
Octave.zip


NOTES: Above packages are 64 bit. Source code should compile on both 32 and 64 bit systems. The APT package managed systems (Debian, Ubuntu, Mint) may work with packages for Debian 10 if they are at the Debian 10 level or more recent. The earlier versions of Debian should be compiled from source using appropriate configure options (see above, sections 2.3.2 and 2.3.3 ).

The RPM package managed systems (CENTOS, Open Suse, Redhat Enterprise) have particular considerations. Since CENTOS 7 has a conflict when installing under the /usr directory tree (but CENTOS 6 has no such conflict with a filesystem package). So installing in the /usr/local directory tree was chosen in the *.spec files since that location works for both versions of CENTOS.

The Microsoft case was compiled on Linux using the Mingw32 tool chain, producing most of the programs as *.exe files that will run well in a PowerShell terminal. Just unzip the file BSU_EXEC.zip in a location of choice that is included in the execution path.

In all cases, compiling from source is always an option, particularly if one wishes to add or modify codes in BSU. The *.asc files are GPG detached signatures signed with my Key 4812C85C (see my web page for a copy of the key).