Skip to content
forked from dyne/ZShaolin

Interactive and scriptable console terminal on Android (build framework)

License

Notifications You must be signed in to change notification settings

yaowenqiang/ZShaolin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZShaolin - Interactive and scriptable console terminal on Android 

not yet a proper README sorry.

For more information see: http://www.dyne.org/software/zshaolin

and https://play.google.com/store/apps/details?id=org.dyne.zshaolin

* Short build notes

You'll need a 64bit gnu/linux machine to do this
plus a fair amount of common development tools
and of course some familiarity to build sources

Let's get started:

 git clone git://code.dyne.org/zshaolin.git

 cd zshaolin/toolchains/crosstool-ng

download the toolchain from files.dyne.org/zshaolin/toolchains
 (and please make a donation to dyne.org/donation at least for the bandwidth...)
decompress the toolchain inside the crosstool-ng dir with a tar xvfz

then go back to the zshaolin root and do a 'pwd' command
note down the path to it and set an environmental var: ZHOME
possibly set it inside your ~/.profile or something like that
so that it is initialized at every login

then you are ready to run:

 ./zmake build

and fingers crossed :^)

busybox will need a cd build/busybox/busybox-android && make
you can also tweak it by hand





About

Interactive and scriptable console terminal on Android (build framework)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 61.4%
  • Shell 19.2%
  • C 16.6%
  • C++ 1.4%
  • Perl 0.9%
  • Makefile 0.5%