Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.11 KB

allegro-function-generator

Real-time complex waveform synthesizer built on the Allegro library.

Building

Make sure Allegro 4.2 and the SCons build system are installed.

  • Ubuntu: sudo apt-get install liballegro4.2 liballegro4.2-dev scons

To build:

$ scons

To clean up:

$ scons -c

Copyright and License

This file is part of the Allegro Function Generator. Copyright (C) 2010-2013 by Brett Weir

The Allegro Function Generator 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 3 of the License, or (at your option) any later version.

The Allegro Function Generator 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 the Allegro Function Generator. If not, see http://www.gnu.org/licenses/.