termi icon

termi

Ralf Wappler
$1.07
4.2 out of 5
100+ downloads

About termi

termi is a IDE with c-compiler (tcc) make, untar, flex, yacc, sed, ftpserver (tinyftp), terminal and a splitscreen editor.

termi is a full android IDE and contains a X11 support with libX11.a
termi can build native apk's with aapt , apksign and nappb
nappb is a build script
nappb create native myproject myapp
creates a nativ app with name myapp
nappb myapp
build this app with apk in
/sdcard/appprojects/myproject/bin/myapp.apk

The includes are in /sdcard/include,
the libs are in /sdcard/lib

a program compiles
tcc myprog.c -o myprog
or >= android 5 :
tcc -c myprog.c
ld -o myprog myprog.o -lc -lm

a X11program compiles
tcc -c myx11prog.c -o myx11prog.o
ld -o myx11prog myx11prog.o -lX11 -lXau -lc -lm

to edit a program
edit myprog.c

in terminal
menu = swype from left to right

in editor
menu = top right

modules for termi are
povray a raytracer
pascal2c a pascal to c compiler ( p2c / p2cc )
ghostscript a postscript interpreter + abc2pdf
spicemod a ngspice / spice

for X11 programs install a xserver

libs :
x11-libs, libimlib.a, libpng.a, libjpeg.a