Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build sbasici and sbasicw? #164

Open
ghost opened this issue Oct 10, 2022 · 1 comment
Open

How to build sbasici and sbasicw? #164

ghost opened this issue Oct 10, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 10, 2022

sbasici is the REPL shell isn't it? Please pardon me as I'm new to SmallBASIC. When I build SmallBASIC non-graphical version on MSYS2, I only have sbasic.exe and other binaries normally found on the SmallBASIC distribution are missing.

@ghost ghost closed this as completed Oct 13, 2022
@ghost ghost reopened this Oct 17, 2022
@chrisws
Copy link
Contributor

chrisws commented Oct 30, 2022

Try this. Note: I build the Windows release on linux with cross-compiler options. I haven't tested building on windows for a long time.

1. build sbasicg.exe

./configure --enable-sdl
make 

2. build sbasici.exe

./configure --enable-fltk
make 

3. build sbasicw.exe

./configure --enable-web 
make 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant