Skip to content

Commit 7896575

Browse files
committed
FLTK: add changelog and readme notes
1 parent a8bcddc commit 7896575

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-06-22 (0.12.15)
2+
FLTK: reactivated the FLTK port using FLTK v1.4
3+
14
2019-03-02 (0.12.15)
25
COMMON: Implemented - FOR character IN string
36

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,25 @@ Useful adb commands for debugging:
117117
adb shell dumpsys cpuinfo
118118
adb 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

0 commit comments

Comments
 (0)