mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Minor documentation improvements
This commit is contained in:
parent
ddd36cafb4
commit
46e76e0688
@ -131,7 +131,7 @@ yet if it does not work in the Mozilla browsers neither ;-).
|
||||
Now, I would still like NJS or a new JS engine from scratch...
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
...and you don't fear some coding? That's fine then! ELinks is in no way tied
|
||||
\...and you don't fear some coding? That's fine then! ELinks is in no way tied
|
||||
to SpiderMonkey, in fact the ECMAScript support was carefully implemented so
|
||||
that there are no SpiderMonkey references outside of
|
||||
`src/ecmascript/spidermonkey.*`. If you want to implement an alternative
|
||||
|
@ -20,8 +20,7 @@ Note that if you don't use dietlibc, you definitively want to add `-Os` or
|
||||
`-O2` to `CFLAGS`; GCC 2.95 does not know `-Os`, and some say `-O2` gives
|
||||
smaller executables even for GCC 3.x.
|
||||
|
||||
[NOTE]
|
||||
.Warning
|
||||
[TIP]
|
||||
===============================================================================
|
||||
If you use these `CFLAGS` on Cygwin and you get unresolved symbols (`htons` and
|
||||
suite in particular), try removing `-fno-inline` parameter.
|
||||
@ -38,8 +37,8 @@ $ ./configure --disable-ipv6 --disable-backtrace --disable-nls \
|
||||
|
||||
You can disable bookmarks, globhist and more, too, if you want to.
|
||||
|
||||
[NOTE]
|
||||
.Notes
|
||||
[TIP]
|
||||
.Other configure options that can reduce the size
|
||||
===============================================================================
|
||||
- \--disable-backtrace disables internal backtrace code.
|
||||
- \--disable-nls disables i18n support.
|
||||
|
Loading…
Reference in New Issue
Block a user