satosystems / ctm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctm : Current Time Millis

ctm is a command line tool for Android platform, written in C language.

Build and install

This project is build under x86 Linux, for example Ubuntu 16.04 LTS.

How to setup build environment

sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install gcc
sudo apt-get -y install gcc-5-arm-linux-gnueabi
sudo apt-get -y install make

How to build

make
make test

How to install

Install Android SDK for adb command. And connect your device to your PC using USB cable.

make install

Release History

  • 0.1.0
    • The first proper release

License

Distributed under the MIT license. See LICENSE.txt for more information.

About

License:MIT License


Languages

Language:Makefile 50.0%Language:C 40.4%Language:Java 9.6%