Basicprogramming(.org) > SmallBASIC

FLTK version

<< < (2/2)

chrisws:
Okay it's there now.

To build you'll first need to get FLTK 1.4. The easiest way is;

git clone https://github.com/fltk/fltk.git

Then to build the FLTK version of SmallBASIC

./configure --enable-fltk
make -s

It shouldn't take you too long to find some issue, so please let me know how you go

Cheers,
Chris


Cybermonkey:
That worked fine. Although I would recommend to add a

--- Code: ----no-pie
--- End code ---
to the compiler flags for Linux (Ubuntu solely?), so a real executable is compiled. Not all desktop environments let you execute the "LSB shared object".
Compiled without "-no-pie":

--- Quote ---ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=3a8544db55e8ddc0bbc212e66345bafb9403aa43
--- End quote ---
Compiled with "-no-pie":

--- Quote ---ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6ce37a2197678fd2b726cc0d2929366ff4f6ec4a, for GNU/Linux 3.2.0
--- End quote ---

Navigation

[0] Message Index

[*] Previous page

Go to full version