We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17cf29 commit 38e73adCopy full SHA for 38e73ad
README.md
@@ -1,2 +1,12 @@
1
# haiku-freebasic
2
freebasic for Haiku!
3
+## Build
4
+```
5
+make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bootstrap-minimal
6
7
8
+make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bindist
9
10
11
+make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 FBLFLAGS='-p /system/develop/lib -prefix ~/config/non-packaged/ -l root'
12
0 commit comments