This is e2-ezx-sdk from it168 Lasly Terms of using E2-EZX-SDK 1. this E2-EZX-SDK is a free and un-official SDK by Lasly, all rights reserved, not reliable to any possible damage from it 2. using this SDK means you accept this licence 3. software develope by this SDK should be open source and free(the meaning of "free" in GPL licence) 4. it's allowed to modify this SDK, but the modified one should be open source and free 5. it's not allowed to use this SDK / modded SDK, software made by this SDK / modded SDK for commercial
The author's email is
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
Download v0.02b HERE Download v0.01 HERE Additional Information: Tutorial for building e2 native program: install the arm-linux-gcc 1.set the env path: run: export PATH=$PATH:/usr/local/arm/bin export QTDIR=~/e2-ezx-sdk export TMAKEPATH=~/e2-ezx-sdk/tmakelib/pwd/arm-linux-g++/ export PATH=$PATH:~/e2-ezx-sdk/bin notice: ~ is the parent dir of e2-ezx-sdk 2.in ur program dir run: progen -o makefile.pro tmake makefile.pro -o Makefile notice makefile is ur function name 3.modify the Makefile find the key named "LIBS" modify the value to LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lm -lqte-mt -lipp-codecJP -lezxappbase -lipp-miscGen -lezxpm -lipp-jp 4 make run: make at last, u get the program which u want ^o^ Discuss this article
|