Author: mmu_man
Date: Fri Apr 6 10:28:15 2012
New Revision: 13794
URL:
http://source.netsurf-browser.org?rev=13794&view=rev
Log:
Apply and merge r12392 from v2 branch: Document the MacPorts cURL requirement for gopher.
Not sure it still holds as I do not use a Mac anymore.
Modified:
branches/mmu_man/netsurf-gopher-support-v3/Docs/BUILDING-Cocoa
Modified: branches/mmu_man/netsurf-gopher-support-v3/Docs/BUILDING-Cocoa
URL:
http://source.netsurf-browser.org/branches/mmu_man/netsurf-gopher-support...
==============================================================================
--- branches/mmu_man/netsurf-gopher-support-v3/Docs/BUILDING-Cocoa (original)
+++ branches/mmu_man/netsurf-gopher-support-v3/Docs/BUILDING-Cocoa Fri Apr 6 10:28:15
2012
@@ -19,6 +19,16 @@
$ make TARGET=cocoa
In both cases the actual build process is controlled by the Makefile.
+
+ Gopher support requires a recent libcurl from MacPorts since the one Apple
+ ships lacks the gopher handler. Building with MacPorts breaks the self-
+ contained nature of the .app bundle though. Install libcurl with MacPorts:
+
+ $ sudo port install curl
+
+ Then build with:
+
+ $ make TARGET=cocoa WITH_MACPORTS=1
Obtaining NetSurf's build dependencies
========================================