


Generate-host-certificates=on dynamic_cert_mem_cache_size=16MB I have done lots of search, but still can not find ways to get this step done.Acl localnet src 10.0.0.0/8 # RFC1918 possible internal networkĪcl localnet src 172.16.0.0/12 # RFC1918 possible internal networkĪcl localnet src 192.168.0.0/16 # RFC1918 possible internal networkĪcl localnet src fc00::/7 # RFC 4193 local private network rangeĪcl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machinesĪcl Safe_ports port 1025-65535 # unregistered portsĬert=/etc/squid/certs/squid-ca-cert-key.pem \
ELINKS SSL MAC OS
$ sudo make -f Makefile.ref install & (ldconfig -v | grep libjs)Įverything goes well except the final install step, because ldconfig command can not be found in Mac OS X, so the install process can not be completed. [noted by littleboy: you need to use this in Mac: $ su -c ‘make -f Makefile.ref install & (ldconfig -v | grep libjs)’ SHIP_LIBS := $(addprefix $(SHIP_DIST)/lib/, $(SHIP_LIBS)) # Set os+release dependent make variablesĭiff -ru js-1.5-rc6a/src/jsconfig.mk js-1.5-rc6a+elinks/src/jsconfig.mk
ELINKS SSL PATCH
This quick’n’dirty patch enables relatively painless SpiderMonkey installation.ĭiff -ru js-1.5-rc6a/src/config.mk js-1.5-rc6a+elinks/src/config.mk expand it.(this will create a js direction)Īnd paste these content in:(excluded those #) The Ordinary process to get Javascript support is as follows, this is needed to be done before you compiling elinks:Ģ.

(In order to support Javascript, you also need spinemonkey, but there is something wrong with that. get campat4.h from *checkout*/gnutls/includes/gnutls/Attic/compat4.h that is why you need the following step 4.)Ĥ. (You also need the head file for gnutls, which is not included in the release folder. In order to install gnutls, you need another two library file, libgpg-error and libgcrypt. Step 1: Get ssl support! Elinks will need gnutls or openssl to support ssl site, however, i just can not get openssl installed, so i use gnutls instead. Elinks is another good text modle web browser, is support frame, table, css, etc, and is more compatible than lynx, however, it does not support i18n, so it can not display Chinese.īefore the compiling process, make sure that you have Xcode installed.
