Skip to content

Commit 7c268d8

Browse files
committed
COMMON: update notes
1 parent 292e7f3 commit 7c268d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
22

33
## Building the SDL version
4+
5+
Initial setup on linux
6+
```
7+
$ sudo apt-get install git autotools-dev automake gcc g++ libsdl2-dev libfreetype6-dev libfontconfig1-dev
8+
$ git clone https://github.com/smallbasic/SmallBASIC.git
9+
$ cd SmallBASIC
10+
$ sh autogen.sh
11+
```
12+
Build in linux
413
```
514
$ ./configure --enable-sdl
615
$ make

0 commit comments

Comments
 (0)