MMBasic ANSI - MMBasic on Mac/Windows/Linux in a terminal


Author Message
jvanderberg
Regular Member

Joined: 06/05/2026
Location: United States
Posts: 85
Posted: 12:52pm 25 May 2026      

  hhtg1968 said  perhaps ist not correct to use "sudo" with "./"

i try further...


I've updated it to make it executable by default, something got lost in the build.

But you will face another hurdle, the mac really does not want you to run sus software from the internet, so run this after you download:

xattr -dr com.apple.quarantine mmbasic_ansi-macos-universal
chmod +x mmbasic_ansi-macos-universal/mmbasic_ansi

The first line removes the internet quarantine from the directory, the second make double sure the executable is well, executable.

This is now documented in the readme that comes in the zip file.