https://github.com/appotry/ftk
Automatically exported from code.google.com/p/ftk
https://github.com/appotry/ftk
Last synced: about 9 hours ago
JSON representation
Automatically exported from code.google.com/p/ftk
- Host: GitHub
- URL: https://github.com/appotry/ftk
- Owner: appotry
- License: other
- Created: 2015-12-26T09:09:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:07:38.000Z (over 2 years ago)
- Last Synced: 2024-04-16T12:17:58.132Z (about 2 years ago)
- Language: C
- Size: 21.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
FTK == Funny ToolKit (Write just for fun)
=====================================================
(You can use it in commercial software, but please let me know.)
How to build ftk from svn source code?
=====================================================
o download:
svn checkout http://ftk.googlecode.com/svn/trunk/ ftk-read-only
o configure:
cd ftk-read-only
./autogen.sh
./configure --with-backend=linux-x11:320x480
(run ./configure --help for more options)
o build:
make
o install(need root)
make install
o 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/
Google Group: https://groups.google.com/group/funnytoolkit
Still have problems please send email to xianjimli@gmail.com