WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: smallbasic-cli  (Read 2215 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
smallbasic-cli
« on: December 21, 2009, 09:08:09 PM »
Thanks to abelmora for:

Code: [Select]
Title: smallbasic-cli.tcz
Description: Fast and easy to learn BASIC language interpreter ideal for
everyday calculations, scripts and prototypes.  Includes trigonometric,
matrices and algebra functions, a built in IDE, a powerful string library,
system, sound, and graphic commands along with structured programming
syntax.  (TESTING)
Version: 0.10.6
Author: Nicholas Christopoulos & Chris Warren-Smith
Original-site: http://smallbasic.sourceforge.net
Copying-policy: GPL
Size: 148KB
Extension_by: abelmora
Comments: Rich featured and well suited for small systems. This is the binary file for
the Linux console which can also draw graphics under XWindows with a
framebuffer device.  Built from sources.

http://downloads.sourceforge.net/smallbasic/smallbasic-0.10.6.tar.gz
CXXFLAGS=-march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
./configure; make; make install

Change-log: 2009/12/19 Original.
Current: 2009/12/19 Original.