FreeBASIC package in official BeagleBone LINUX

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

FreeBASIC package in official BeagleBone LINUX

Post by TJF »

BeagleBone hardware are small, energy efficient and cheap SoC (System on Chip) computers, similar to the Raspberry Pi, but with more I/O lines and much better real-time capabilities.

FreeBASIC is now available as a package in the latest official repositories. In order to install it, just execute

Code: Select all

sudo apt-get update
sudo apt-get install freebasic
The package contains all run-time components from the GIT page (compiler+libs, header files), but no example codes.
Post Reply