mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Fix irritating typo, that appears to have spread throughout the compilation documentation
svn path=/trunk/netsurf/; revision=11511
This commit is contained in:
parent
e841f9767b
commit
46a9e334a0
@ -54,7 +54,7 @@
|
||||
|
||||
$ make install
|
||||
|
||||
| Note: We advise enabling ivonv() support in libparserutils, which vastly
|
||||
| Note: We advise enabling iconv() support in libparserutils, which vastly
|
||||
| increases the number of supported character sets. To do this,
|
||||
| create a file called Makefile.config.override in the libparserutils
|
||||
| directory, containing the following line:
|
||||
|
@ -94,7 +94,7 @@
|
||||
universal binaries. You can also leave some of the platform names out, if
|
||||
you don't require them.
|
||||
|
||||
| Note: We advise enabling ivonv() support in libparserutils, which vastly
|
||||
| Note: We advise enabling iconv() support in libparserutils, which vastly
|
||||
| increases the number of supported character sets. To do this,
|
||||
| create a file called Makefile.config.override in the libparserutils
|
||||
| directory, containing the following line:
|
||||
|
@ -270,7 +270,7 @@ Index: framebuffer/font_freetype.c
|
||||
|
||||
$ sudo make install
|
||||
|
||||
| Note: We advise enabling ivonv() support in libparserutils, which vastly
|
||||
| Note: We advise enabling iconv() support in libparserutils, which vastly
|
||||
| increases the number of supported character sets. To do this,
|
||||
| create a file called Makefile.config.override in the libparserutils
|
||||
| directory, containing the following line:
|
||||
|
@ -118,7 +118,7 @@
|
||||
|
||||
$ sudo make install
|
||||
|
||||
| Note: We advise enabling ivonv() support in libparserutils, which vastly
|
||||
| Note: We advise enabling iconv() support in libparserutils, which vastly
|
||||
| increases the number of supported character sets. To do this,
|
||||
| create a file called Makefile.config.override in the libparserutils
|
||||
| directory, containing the following line:
|
||||
|
@ -110,7 +110,7 @@
|
||||
The above will create a directory for each of the libraries containing their
|
||||
sources.
|
||||
|
||||
| Note: We advise enabling ivonv() support in libparserutils, which vastly
|
||||
| Note: We advise enabling iconv() support in libparserutils, which vastly
|
||||
| increases the number of supported character sets. To do this,
|
||||
| create a file called Makefile.config.override in the libparserutils
|
||||
| directory, containing the following line:
|
||||
|
Loading…
Reference in New Issue
Block a user