We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd4a8f81 commitd46372fCopy full SHA for d46372f
README.md
@@ -7,6 +7,17 @@ make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bootstrap-minimal
7
```
8
make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bindist
9
10
+Install the bindist to~/config/non-packaged
11
12
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'
13
14
+```
15
+make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bindist
16
17
+End bindist
18
+
19
+##Use
20
+Compile programs with:
21
22
+fbc -p /system/develop/lib -prefix ~/config/non-packaged/ -l root $FILE
23