Skip to content

Commit 38e73ad

Browse files
README
1 parent b17cf29 commit 38e73ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# haiku-freebasic
22
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

Comments
 (0)