glfw3
- On Debian:
libglfw3-dev
- On ArchLinux:
glfw-x11
- On Debian:
guile
- On Debian:
guile-2.0-dev
- On ArchLinux:
guile
- On Debian:
And of course you need gmake
and either gcc
or clang
.
make info
will display building informationmake segno
will compile the codemake run
will compile and run the codemake clean
will remove object filesmake distclean
will remove object files and the executable binary
The default target is all
, which is an alias to the run
target.
Work in progress, write code in the REPL, see the example for the syntax.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.