Menu

Tree [6a009b] master /
 History

HTTPS access


File Date Author Commit
 animation 2009-06-23 kf701 kf701 [13e780] add all source file
 app320 2009-06-23 kf701 kf701 [13e780] add all source file
 drawout 2009-06-23 kf701 kf701 [13e780] add all source file
 input 2009-06-23 kf701 kf701 [13e780] add all source file
 test 2009-06-23 kf701 kf701 [13e780] add all source file
 util 2009-06-23 kf701 kf701 [13e780] add all source file
 widget 2009-06-24 kf701 kf701 [6a009b] modify listbox item index
 xfont 2009-06-23 kf701 kf701 [13e780] add all source file
 Makefile 2009-06-23 kf701 kf701 [e93fa5] add Makefile
 README 2009-06-23 kf701 kf701 [13e780] add all source file
 app.h 2009-06-23 kf701 kf701 [13e780] add all source file
 dltk.c 2009-06-23 kf701 kf701 [13e780] add all source file
 dltk.h 2009-06-23 kf701 kf701 [13e780] add all source file
 git.txt 2009-06-23 kf701 kf701 [13e780] add all source file

Read Me

  Compile

1. Modify Makefile 

    download  freetype2 library source
    modify CFLAGS  LDFLAGS  for your freetype2 directory

2. Modify dltk.h

	modiyf ROOT_PATH

	use SDL for input and output, config as follow:

		#define  JZ_UCOSII             0
		#define  USE_TERM_INPUT        0
		#define  USE_LINUX_TS          0
		#define  USE_LINUX_EVENT       0
		#define  USE_SDL		       1

	use FrameBuffer for input and output, config as follow:

		#define  JZ_UCOSII             0
		#define  USE_TERM_INPUT        0
		#define  USE_LINUX_TS          0
		#define  USE_LINUX_EVENT       1
		#define  USE_SDL		       0

  Run

1. Copy wqy.ttf to res_font directory
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.