From 3938a08bf906499216742429dd24ea4501df4c8c Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sun, 23 Jan 2011 12:12:02 +0000 Subject: Adding note about building universal libraries svn path=/trunk/netsurf/; revision=11462 --- Docs/BUILDING-Cocoa | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Docs') diff --git a/Docs/BUILDING-Cocoa b/Docs/BUILDING-Cocoa index 18c27f556..9754a01fa 100644 --- a/Docs/BUILDING-Cocoa +++ b/Docs/BUILDING-Cocoa @@ -76,8 +76,20 @@ To build and install these libraries, simply enter each of their directories and run: + $ make $ 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 | increases the number of supported character sets. To do this, | create a file called Makefile.config.override in the libparserutils -- cgit v1.2.3