Browse Source

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@987 bbd45198-f89e-11dd-88c7-29a3b14d5316

jiaojinxing1987@gmail.com 14 years ago
parent
commit
36077081a0
1 changed files with 12 additions and 2 deletions
  1. 12 2
      components/external/FTK_ReadMe.txt

+ 12 - 2
components/external/FTK_ReadMe.txt

@@ -1,2 +1,12 @@
-remove hidden directory: ./ftk/.svn
-svn checkout http://ftk.googlecode.com/svn/trunk/ ftk
+
+1). remove hidden directory "./ftk/.svn"
+
+2). svn checkout http://ftk.googlecode.com/svn/trunk/ ftk
+
+3). create a directory name "ftk" in your sd card
+
+4). copy directory "./ftk/data", "./ftk/theme", "./ftk/testdata" to directory "ftk" which in your sd card
+
+5). make sure RT_USING_FTK is defined and RT_USING_RTGUI is undefined
+
+6). compile it