Discover

Topics

termi

termi APK

termi APK

2.0 $1.07Ralf Wappler

termi a C Compiler for Android, with libX11, a Terminal, a Editor, a spice GUI

What's termi APK?

termi is a app for Android, It's developed by Ralf Wappler author.
First released on google play in 9 years ago and latest version released in 4 years ago.
This app has 316 download times on Google play and rated as 4.38 stars with 13 rated times.
This product is an app in Tools category. More infomartion of termi on google play
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