SmallBASIC icon indicating copy to clipboard operation
SmallBASIC copied to clipboard

How to build a truly minimal SmallBASIC?

Open ghost opened this issue 3 years ago • 1 comments

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.

ghost avatar Oct 10 '22 12:10 ghost

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.

chrisws avatar Oct 26 '22 11:10 chrisws