File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ 2019-06-22 (0.12.15)
2+ FLTK: reactivated the FLTK port using FLTK v1.4
3+
142019-03-02 (0.12.15)
25 COMMON: Implemented - FOR character IN string
36
Original file line number Diff line number Diff line change @@ -117,6 +117,25 @@ Useful adb commands for debugging:
117117adb shell dumpsys cpuinfo
118118adb shell top -m 10
119119
120+ ### Building the FLTK version
121+
122+ 1 . Install and build FLTK 1.4
123+
124+ ```
125+ $ cd ~/github
126+ $ git clone https://github.com/fltk/fltk.git
127+ $ sudo make install
128+
129+ ```
130+
131+ 2 . Build
132+
133+ ```
134+ $ cd ~/github/SmallBASIC
135+ $ ./configure --enable-fltk
136+ $ make -s
137+ ```
138+
120139### .indent.pro settings
121140```
122141 -brf -nbap -br -brs -cdb -cdw -ce -cli0 -fca -i2 -l110 -lc110 -lp
You can’t perform that action at this time.
0 commit comments