jovanbulck / jsh

A basic UNIX shell implementation in C
GNU General Public License v3.0
30 stars 10 forks source link

Porting to Android #23

Open Wanimatrix opened 9 years ago

Wanimatrix commented 9 years ago

There may be a possibility we can get the shell working on android too :).

TODO:

GijsTimmers commented 9 years ago

Somebody managed to get readline working on Android

jovanbulck commented 9 years ago

Would be awesome :p

Most important difficulties I see:

Wanimatrix commented 9 years ago

Programming in C on Android is not a real problem, just download an App like the [Terminal IDE]{https://play.google.com/store/apps/details?id=com.spartacusrex.spartacuside&hl=nl}: it enables using make, compiling C or C++, etc. on Android. This app can be used to start using jsh.