Install SciTe editor on Termux

454 views Asked by At

I have tried code debugging on android phone, building web service under Termux. Vim, emacs, mcedit, nano and similars are old-school editors, it is not easy to use after coding in notepad++ for years, so I tried to install SciTe, what is based on scintilla, for in situ edit my code.

SciTe download

Termux is special distribution for Android, so ok, I have to make it from source.

Download and untargz file, and follow instructions:

cd scintilla/gtk
make

I get error:

No package 'gtk+-2.0' found.
In file included from PlatGTK.cxx:20:
In file included from /data/data/com.termux/files/usr/include/glib-2.0/glib.h:30:
In file included from /data/data/com.termux/files/usr/include/glib-2.0/glib/galloca.h:32:10: fatal error: 'glib/gtypes.h' file not found
#include <glib/gtypes.h>
         ^
1 error generated.

How can I install Scintilla?

0

There are 0 answers