⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 浏览器的源代码,可移植到嵌入式设备.
💻
字号:
======= Dillo=======  If  you're  using  libc5,  don't worry, I used to use libc5! Ifyou're  brave,  edit  'dns.c'  and  uncomment  line  45, pray andcompile.  If  it  doesn't  work, email me (most probably a headerinclude 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 haveyour 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 fromlocale  handling (for instance if you use LC_ALL=sv_SE). Just tryLC_ALL=POSIX and it will be fine.  There's  a  small  chance  of experiencing dillo "freezes" withcertain  linux  kernels. This is a _kernel bug_, inside the 2.2.xseries  up to 2.4.8. From 2.4.9 it has been corrected. The bug isinside poll() and the best that you can do is to upgrade.  If  you  can't upgrade the kernel though, this workaround patchfor 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 stepis 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 rootaccess,  copy  "dillo"  and "dpid" to some directory in your pathand  install  the  dpis by running "./install-dpi-local" from thetop directory (they will be installed under ~/.dillo).----*BSD----  Dillo  compiles  on *BSD systems; Starting from dillo-0.6.5, weincluded special detection code (at ./configure time) that shouldarrange  everything  for  a  clean  compile, but please note thatyou'll need GNU make.  From  OpenBSD  >=  3.3,  gethost* calls are not thread safe. Ifyour  dillo  crashes  or locks, just comment line 40 in dns.c, sodillo 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/bin:/opt/sfw/bi:/usr/ccs/bin:/usr/ucbLD_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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -