On Tue, Aug 28, 2007 at 07:07:59PM +0800, Gordon Yang wrote: > Thanks a lot! > > I download the FT2 library at http://www.freetype.org/ > and install it. Now everything works well. > > By the way, do you know how to deploy directFB > application to a small system? > > My Linux is very small with only kernel and busybox. > > Now I have to copy related directFB library to the > small system. I tried to build the application by > static, but failed.
You need to compile DirectFB for static linking (--enable-static) and then you can use directfb-config to get the link options. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
