Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 649 Bytes

File metadata and controls

23 lines (22 loc) · 649 Bytes

haiku-freebasic

freebasic for Haiku!

Build

make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bootstrap-minimal
make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bindist

Install the bindist to ~/config/non-packaged

make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 FBCFLAGS='-prefix ~/config/non-packaged/' FBLFLAGS='-p /system/develop/lib -prefix ~/config/non-packaged/ -l root'
make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bindist

End bindist

Use

Compile programs with:

fbc -p /system/develop/lib -prefix ~/config/non-packaged/ -l root $FILE