Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.79 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.79 KB

This version uses the SDL graphics library. The file docs/history lists what has been done.

graphdemo.bas pastriang.bas

Dependencies

You need to have SDL installed in order to compile Brandy.

brew install sdl

Compilation

GUI version: make nodebug CLI version: make nodebug GUI=console

Installation

Just copy the compiled binaries to somewhere in your PATH

Files

Filename Description
docs/ Documentation
examples/ Some sample programs
COPYING Copy of GPL
src/ Directory containing source code
Makefile Makefile to compile brandy under OS X

License

The program is distributed under the terms of the GNU GPL.

Brandy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

Brandy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Brandy; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.