SmallBASIC
SmallBASIC copied to clipboard
How to build a truly minimal SmallBASIC?
I will not have any graphics or audio support, thus eliminating the needs for submodules like lodepng or miniaudio. This is currently not possible, even if I build the non-graphical version (without --enable-sdl) for unknown reasons lodepng is still being built. Please let me know how to do this. Thanks.
p/s: network programming is useful to have though. I just don't want any kind of graphics or audio support.
The build system would need to be updated to support this.
A minimal build would still need to use jsmn.h (for json/map variable support).
This seems like a good suggestion.