mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Adding note about building universal libraries
svn path=/trunk/netsurf/; revision=11462
This commit is contained in:
parent
4976247df0
commit
3938a08bf9
@ -76,8 +76,20 @@
|
|||||||
To build and install these libraries, simply enter each of their directories
|
To build and install these libraries, simply enter each of their directories
|
||||||
and run:
|
and run:
|
||||||
|
|
||||||
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
This command builds the libraries only for the active architecture. To build
|
||||||
|
universal binaries use those commands:
|
||||||
|
|
||||||
|
$ make UNIVERSAL="i386 x86_64 ppc ppc64"
|
||||||
|
$ sudo make install
|
||||||
|
|
||||||
|
If you are building NetSurf for using it on only one computer this is not
|
||||||
|
necessary, but if you want to distribute your binary you should build 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 ivonv() support in libparserutils, which vastly
|
||||||
| increases the number of supported character sets. To do this,
|
| increases the number of supported character sets. To do this,
|
||||||
| create a file called Makefile.config.override in the libparserutils
|
| create a file called Makefile.config.override in the libparserutils
|
||||||
|
Loading…
Reference in New Issue
Block a user