Skip to content
/ ftk Public
forked from xianjimli/ftk

FTK equals funny tool kit, write it just for fun.

License

Notifications You must be signed in to change notification settings

0ct0cat/ftk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTK == Funny ToolKit

(You can use it in commercial software, but please let me know.)

How to build ftk from svn source code?


  • download:

git clone https://github.com/xianjimli/ftk.git

  • configure:

cd ftk

./autogen.sh

./configure --with-backend=linux-x11:320x480

(run ./configure --help for more options)

  • build:

make

  • install(need root)

make install

  • run:

cd src/demos

./demo_button

or(make install first):

desktop

How to build and run ftk on target board.

see tools/cross-build/README

Where can I get more information:

DOC: docs/*

BLOG: http://www.limodev.cn/blog/archives/tag/ftk

WIKI: http://code.google.com/p/ftk/wiki/

Forum: http://funnytoolkit.freeforums.org/index.php

Still have problems please send email to [email protected]

About

FTK equals funny tool kit, write it just for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.8%
  • C 14.3%
  • Objective-C 0.9%
  • Makefile 0.8%
  • Java 0.5%
  • SourcePawn 0.4%
  • Other 0.3%