summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-03 16:38:58 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-03 16:38:58 +0100
commitb1f67dab31f5f5ccba4f637adfad17370b2f1d13 (patch)
tree18a94b18dd729f614dd90c468986fc49f5b3062d /Docs
parent0c5c7159d82b8dd6d694ae867c84ff58aa470764 (diff)
downloadnetsurf-b1f67dab31f5f5ccba4f637adfad17370b2f1d13.tar.gz
netsurf-b1f67dab31f5f5ccba4f637adfad17370b2f1d13.tar.bz2
Remove Cairo from AmigaOS frontend.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/BUILDING-AmigaOS22
1 files changed, 1 insertions, 21 deletions
diff --git a/Docs/BUILDING-AmigaOS b/Docs/BUILDING-AmigaOS
index 3239e88c8..3f05b9caf 100644
--- a/Docs/BUILDING-AmigaOS
+++ b/Docs/BUILDING-AmigaOS
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for AmigaOS NetSurf 29 March 2014
+ Build Instructions for AmigaOS NetSurf 02 May 2014
--------------------------------------------------------------------------------
This document provides instructions for building the AmigaOS version of
@@ -75,9 +75,6 @@
http://www.os4depot.net/share/development/library/misc/libcurl.lha
- To use the shared object when compiling with Cairo support, a link must be made:
-
- 1> makelink sdk:local/newlib/lib/libcurl.so sobjs:libcurl.so.8 soft
libpng
@@ -88,9 +85,6 @@
http://www.os4depot.net/share/development/library/graphics/libpng.lha
- If building with Cairo, NetSurf MUST be linked against the version of
- libpng.so included with OS4.
-
OpenSSL
---------
@@ -99,11 +93,6 @@
http://www.os4depot.net/share/development/library/misc/libopenssl.lha
- To use the shared object when compiling with Cairo support, a link must be made:
-
- 1> makelink sdk:local/newlib/lib/libssl.so sobjs:libssl.so.1.0.0 soft
- 1> makelink sdk:local/newlib/lib/libcrypto.so sobjs:libcrypto.so.1.0.0 soft
-
Libharu
---------
@@ -138,12 +127,3 @@
Experimental Javascript support requires Spidermonkey. The patches to
build v1.7 are available from the NetSurf toolchains Git repository.
-
- General requirements
-----------------------
-
- Please note that building with Cairo (option NETSURF_AMIGA_USE_CAIRO) will
- link NetSurf against shared objects, and require the OS4.1 SDK to build and
- AmigaOS 4.1 to run. There is no longer any advantage in building against
- Cairo beyond anti-aliasing, and this option may be removed in the future.
-