Version 1.10.0 Released

Announcements about new releases and updates.
Post Reply
coderJeff
Site Admin
Posts: 4313
Joined: Nov 04, 2005 14:23
Location: Ontario, Canada
Contact:

Version 1.10.0 Released

Post by coderJeff »

FB Version 1.10.0

The DOWNLOADS you are MOST LIKELY looking for...

* windows: FreeBASIC-1.10.0-winlibs-gcc-9.3.0.7z - combined 32bit and 64bit standalone version
* linux-x86: FreeBASIC-1.10.0-linux-x86.tar.gz | .tar.xz - built for ubuntu-16.04-x86
* linux-x86_64: FreeBASIC-1.10.0-linux-x86_64.tar.gz | .tar.xz - built for ubuntu-16.04-x86_64
* dos: FreeBASIC-1.10.0-dos.zip

See changelog.txt for the full list of changes.

For discussion on this release please post in the topic FreeBASIC 1.10 Release discussion

Thanks for downloading!

Documentation
* FB-manual-1.10.0-chm.zip
* FB-manual-1.10.0-html.zip - Offline HTML pages (start at 00index.html)
* FB-manual-1.10.0-fbhelp.zip - For the fbhelp program (QB-like help viewer)
* FB-manual-1.10.0-txt.zip - As one .txt file, for printing to paper

Source Code
* .tar.gz | .tar.xz | .zip | .7z

You can always find the latest FB source code in the fbc Git repository:
* main repository at SourceForge
* mirror at GitHub

and all the FB downloads can also be found at SourceForge.

And if you didn't see what you need yet, maybe one of these other packages...

Windows Binaries (default for fbc-1.10.x is winlibs gcc 9.3.0)
* FreeBASIC-1.10.0-winlibs-gcc-9.3.0.7z - combined 32bit and 64bit standalone version (fbc32.exe and fbc64.exe)
* FreeBASIC-1.10.0-win32.7z archive | .zip archive - 32bit standalone version (fbc.exe)
* FreeBASIC-1.10.0-win64.7z | .zip archive - 64bit standalone version (fbc.exe)
* FreeBASIC-1.10.0-win32-mingworg.7z | .zip archive - standalone package that may work better for older Win32 systems (fbc.exe)
* The MinGW-w64 toolchains used for the main win32/win64 builds can be found here:
* winlibs-mingw-w64-i686-9.3.0-7.0.0-r3-sjlj.7z
* winlibs-mingw-w64-x86_64-9.3.0-7.0.0-r3-sjlj.7z
* FreeBASIC-1.10.0-win32.exe (installer) - provided, but not recommended

Linux Binaries - Ubuntu 22.04
* FreeBASIC-1.10.0-ubuntu-22.04-x86_64.tar.gz | .tar.xz archive - 64bit x86_64 version
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

Linux Binaries - Ubuntu 20.04
* FreeBASIC-1.10.0-ubuntu-20.04-x86_64.tar.gz | .tar.xz archive - 64bit x86_64 version
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

Linux Binaries - Ubuntu 18.04
* FreeBASIC-1.10.0-ubuntu-18.04-x86.tar.gz | .tar.xz archive - 32bit x86 version
* FreeBASIC-1.10.0-ubuntu-18.04-x86_64.tar.gz | .tar.xz archive - 64bit x86_64 version
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

Linux Binaries - Ubuntu 16.04
* FreeBASIC-1.10.0-ubuntu-16.04-x86.tar.gz | .tar.xz archive - 32bit x86 version
* FreeBASIC-1.10.0-ubuntu-16.04-x86_64.tar.gz | .tar.xz archive - 64bit x86_64 version
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

Linux Binaries - Ubuntu 14.04
* FreeBASIC-1.10.0-ubuntu-14.04-x86.tar.gz | .tar.xz archive - 32bit x86 version
* FreeBASIC-1.10.0-ubuntu-14.04-x86_64.tar.gz | .tar.xz archive - 64bit x86_64 version
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

FreeBSD Binaries - FreeBSD 13.0
* freebsd-x86: FreeBASIC-1.10.0-freebsd-x86.tar.gz | .tar.xz archive - built for freebsd-13.0-x86
* freebsd-x86_64: FreeBASIC-1.10.0-freebsd-x86_64.tar.gz | .tar.xz archive - built for freebsd-13.0-x86_64
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

Raspberry Pi Binaries
* Raspberry Pi OS 11 (Bullseye) - 32-bit (arm): FreeBASIC-1.10.0-rpios11-arm.tar.gz | .tar.xz archive
* Raspberry Pi OS 11 (Bullseye) - 64-bit (aarch64): FreeBASIC-1.10.0-rpios11-aarch64.tar.gz | .tar.xz archive
* Ubuntu 22.04 for RPi - 64-bit (aarch64): FreeBASIC-1.10.0-ubuntu-22.04-aarch64.tar.gz | .tar.xz archive
* Raspberry Pi OS 10 (Buster) - 32-bit (arm): FreeBASIC-1.10.0-rpios10-arm.tar.gz | .tar.xz archive
* Raspbian 9 (Stretch) - 32-bit (arm): FreeBASIC-1.10.0-raspbian9-arm.tar.gz | .tar.xz archive
* Run _`sudo ./install.sh -i`_ to install into `/usr/local`, if wanted.

Windows Binaries (winlibs gcc 9.3.0)
* FreeBASIC-1.10.0-winlibs-gcc-9.3.0.7z - 32bit and 64bit combined version (fbc32.exe & fbc64.exe)
* The winlibs toolchains used for the main win32/win64 builds can be found here:
* winlibs-mingw-w64-i686-9.3.0-7.0.0-r3-sjlj.7z
* winlibs-mingw-w64-x86_64-9.3.0-7.0.0-r3-sjlj.7z

Windows Binaries (mingw-w64 gcc 5.2.0)
* FreeBASIC-1.10.0-mingw64-gcc-5.2.0.7z- 32bit and 64bit combined version (fbc32.exe & fbc64.exe)
* The MinGW-w64 toolchains used for the main win32/win64 builds can be found here:
* i686-5.2.0-release-win32-sjlj-rt_v4-rev0.7z
* x86_64-5.2.0-release-win32-sjlj-rt_v4-rev0.7z

Windows Binaries (mingw-w64 gcc 8.1.0)
* FreeBASIC-1.10.0-mingw64-gcc-8.1.0.7z - 32bit and 64bit combined version (fbc32.exe & fbc64.exe)
* The MinGW-w64 toolchains used for the main win32/win64 builds can be found here:
* i686-8.1.0-release-win32-sjlj-rt_v6-rev0.7z
* x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.7z
Post Reply