dillo-0.8.2

所属分类:浏览器
开发工具:C/C++
文件大小:556KB
下载次数:166
上传日期:2005-01-29 15:13:55
上 传 者HeavenTear
说明:  著名的手机浏览器开源代码
(famous phone browser source code)

文件列表:
dillo-0.8.2\aclocal.m4 (53310, 2004-07-07)
dillo-0.8.2\AUTHORS (1830, 2003-02-17)
dillo-0.8.2\ChangeLog (57317, 2004-07-07)
dillo-0.8.2\ChangeLog.old (2872, 2000-08-31)
dillo-0.8.2\config.guess (43609, 2004-05-21)
dillo-0.8.2\config.h.in (2211, 2004-07-07)
dillo-0.8.2\config.sub (31160, 2004-05-21)
dillo-0.8.2\configure (269182, 2004-07-07)
dillo-0.8.2\configure.in (11054, 2004-07-07)
dillo-0.8.2\COPYING (18114, 2002-12-31)
dillo-0.8.2\depcomp (15112, 2004-05-21)
dillo-0.8.2\dillorc (5733, 2004-06-11)
dillo-0.8.2\doc\Cache.txt (5493, 2004-05-09)
dillo-0.8.2\doc\Cookies.txt (2893, 2002-05-30)
dillo-0.8.2\doc\Dillo.txt (3763, 2003-07-10)
dillo-0.8.2\doc\Dpid.txt (13837, 2004-02-07)
dillo-0.8.2\doc\Dw.txt (13716, 2004-01-06)
dillo-0.8.2\doc\DwImage.txt (7882, 2003-09-06)
dillo-0.8.2\doc\DwPage.txt (6076, 2004-02-02)
dillo-0.8.2\doc\DwStyle.txt (10461, 2002-04-10)
dillo-0.8.2\doc\DwTable.txt (7196, 2001-07-20)
dillo-0.8.2\doc\DwWidget.txt (12508, 2002-02-16)
dillo-0.8.2\doc\HtmlParser.txt (3287, 2004-05-04)
dillo-0.8.2\doc\Images.txt (3667, 2001-10-20)
dillo-0.8.2\doc\IO.txt (19240, 2003-02-17)
dillo-0.8.2\doc\Makefile.am (237, 2003-08-09)
dillo-0.8.2\doc\Makefile.in (8516, 2004-07-07)
dillo-0.8.2\doc\NC_design.txt (2932, 2001-08-28)
dillo-0.8.2\doc\Selection.txt (6539, 2003-08-09)
dillo-0.8.2\doc (0, 2004-09-20)
dillo-0.8.2\dpi\bookmarks.c (47077, 2004-07-01)
dillo-0.8.2\dpi\downloads.c (8472, 2004-05-22)
dillo-0.8.2\dpi\ftp.c (6927, 2004-05-22)
dillo-0.8.2\dpi\hello.c (4412, 2004-05-22)
dillo-0.8.2\dpi\https.c (4834, 2004-05-22)
dillo-0.8.2\dpi\Makefile.am (744, 2004-01-30)
dillo-0.8.2\dpi\Makefile.in (20853, 2004-07-07)
dillo-0.8.2\dpi (0, 2004-09-20)
dillo-0.8.2\dpid\dpi.c (2886, 2004-05-22)
... ...

======= Dillo ======= If you're using libc5, don't worry, I used to use libc5! If you're brave, edit 'dns.c' and uncomment line 45, pray and compile. If it doesn't work, email me (most probably a header include problem); if you succeed, report it to me anyway! Currently dillo requires GTK+-1.2.x (2.0 will not compile). If you get an error that dillo can't load the shared library, try "setenv LD_LIBRARY_PATH /usr/local/lib", or wherever you have your gtk+ libs. Dillo can be invoked with command line options. Just type 'dillo --help' to know about them. You may experience some font handling problems derived from locale handling (for instance if you use LC_ALL=sv_SE). Just try LC_ALL=POSIX and it will be fine. There's a small chance of experiencing dillo "freezes" with certain linux kernels. This is a _kernel bug_, inside the 2.2.x series up to 2.4.8. From 2.4.9 it has been corrected. The bug is inside poll() and the best that you can do is to upgrade. If you can't upgrade the kernel though, this workaround patch for dillo may help you: http://www.ime.usp.br/~livio/dillo/patches/poll-fix-fast.diff Once you have dillo running for the first time, the next step is to read the help! (there's a link from the splash screen). This is release should be regarded as "very stable beta". Here's a list of some well known problems: * no FRAMES rendering * no https -- maybe in the next release. ------------ Dpi programs ------------ These are installed by "make install". If you don't have root access, copy "dillo" and "dpid" to some directory in your path and install the dpis by running "./install-dpi-local" from the top directory (they will be installed under ~/.dillo). ---- *BSD ---- Dillo compiles on *BSD systems; Starting from dillo-0.6.5, we included special detection code (at ./configure time) that should arrange everything for a clean compile, but please note that you'll need GNU make. From OpenBSD >= 3.3, gethost* calls are not thread safe. If your dillo crashes or locks, just comment line 40 in dns.c, so dillo uses a single thread for name resolving. ------- Solaris ------- Dillo compiles and runs OK on Solaris but: * use gmake (a symbolic link make -> gmake works OK) * If you have trouble with GTK and GLIB from the Freeware Companion CD, get the ones at www.sunfreeware.com instead. These environment vars may help setting yours: PATH=/usr/bin:/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/usr/local/b in:/opt/sfw/bi:/usr/ccs/bin:/usr/ucb LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib/glib: /opt/sfw/lib:/sr/ucblib Solaris is very inconsistent so you may need to add/remove: -lrt -lposix4 at link time. --- gcc --- gcc 2.95.2 has problems with -O2: "-O2 -mcpu=pentium" works fine. "-O0 -mcpu=k6 -march=pentium -g3" works fine also. "-O -mcpu=k6 -march=pentium -g3" works fine as well, but "-O2 -mcpu=k6 -march=pentium -g3" doesn't work. Then again "-O6 -mcpu=pentium -march=pentium -g3" DOES work. Jorge.- (jcid@dillo.org) May 13, 2004

近期下载者

相关文件


收藏者