eantcal / nubasic

nuBASIC is an implementation of a BASIC interpreter and IDE for Windows and Linux
https://www.eantcal.eu
MIT License
41 stars 3 forks source link

I am new to make files, how to compile for termux ? #4

Open Subhankar2000 opened 4 years ago

Subhankar2000 commented 4 years ago

if I run the executable for termux, it gives a file not found, $ ./nubasic CANNOT LINK EXECUTABLE "./nubasic": library "libc++_shared.so" not found Aborted

Please help