/README

http://ftk.googlecode.com/ · #! · 40 lines · 31 code · 9 blank · 0 comment · 0 complexity · 2c8f55a0f5e29bd4af973f423b1ac28c MD5 · raw file

  1. FTK == Funny ToolKit (Write just for fun)
  2. =====================================================
  3. (You can use it in commercial software, but please let me know.)
  4. How to build ftk from svn source code?
  5. =====================================================
  6. o download:
  7. svn checkout http://ftk.googlecode.com/svn/trunk/ ftk-read-only
  8. o configure:
  9. cd ftk-read-only
  10. ./autogen.sh
  11. ./configure --with-backend=linux-x11:320x480
  12. (run ./configure --help for more options)
  13. o build:
  14. make
  15. o install(need root)
  16. make install
  17. o run:
  18. cd src/demos
  19. ./demo_button
  20. or(make install first):
  21. desktop
  22. How to build and run ftk on target board.
  23. =====================================================
  24. see tools/cross-build/README
  25. Where can I get more information:
  26. =====================================================
  27. DOC: docs/*
  28. BLOG: http://www.limodev.cn/blog/archives/tag/ftk
  29. WIKI: http://code.google.com/p/ftk/wiki/
  30. Google Group: https://groups.google.com/group/funnytoolkit
  31. Still have problems please send email to xianjimli@gmail.com