Skip to content

maxliaops/ftk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---------------------------------------------------------
1. build library
make -C lib

2. build test
make -C test

3. run test
cd test ; export LD_LIBRARY_PATH=../lib ; ./xxx_test.out

4. build demo
make -C demo

5. run demo
cd demo ; export LD_LIBRARY_PATH=../lib ; ./xxx_demo.out
---------------------------------------------------------



---------------------------------------------------------
how to change backend (fb and x11) ?

1. modify lib/Makefile
---------------------------------------------------------

About

A gui library for embedded system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published