INACTIVE - http://mzl.la/ghe-archive - C++ version of the Android Java SUTAgent
Перейти к файлу
Mihnea Dobrescu-Balaur 7fdf2a4c73 exec - remove debugging print code 2012-08-14 14:40:17 -07:00
libs move libs to their own folder 2012-08-08 17:20:29 -07:00
src exec - remove debugging print code 2012-08-14 14:40:17 -07:00
.gitignore working on b2g 2012-08-02 14:40:03 -07:00
Makefile switch to class based structure; start migrating to NSPR 2012-08-10 10:31:41 -07:00
README.md specify required NDK version 2012-08-08 15:21:06 -07:00
bootstrap.sh fix path 2012-08-06 13:54:46 -07:00
run.sh first commit, need to get cpp working on b2g 2012-08-02 11:13:53 -07:00
setup-tools.sh first commit, need to get cpp working on b2g 2012-08-02 11:13:53 -07:00

README.md

Prerequisites

You need to:

  • have the Android NDK:

  • have the NSPR headers installed under /usr/include/nspr:

  • export these vars:

    • NDKPATH = path to the NDK folder
    • ADB = path to the adb binary
  • have a running B2G emulator/device with the ports 20700 and 20701 forwarded:

    • adb forward tcp:20700 tcp:20700
    • adb forward tcp:20701 tcp:20701
  • install busybox on the device:

    • ./setup-tools.sh
  • have the toolchain:

    • source bootstrap.sh

Building, running

Just ./run.sh.