lxowalle / ireader

fork from ireader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

# config build.sh
PLATFORM={your_platform}

# build
./build.sh

Test

cd tests/{choose_one_example}

# config makefile
CROSS_COMPILE={your_cross_compile}

# build
make

# run
./test xxx

About

fork from ireader

License:MIT License


Languages

Language:C 85.7%Language:Makefile 7.5%Language:Shell 6.4%Language:HTML 0.3%