summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-Cocoa
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-23 22:50:52 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-23 22:50:52 +0000
commitac6e205dc0f48981e8a8c001ddfdb732b75923a9 (patch)
tree5b7ead276b91438bf79339afc664ad24fa89c68b /Docs/BUILDING-Cocoa
parentc47f86999e4988a0704642e3a117b97c5ea17384 (diff)
downloadnetsurf-ac6e205dc0f48981e8a8c001ddfdb732b75923a9.tar.gz
netsurf-ac6e205dc0f48981e8a8c001ddfdb732b75923a9.tar.bz2
Reference LIBRARIES document from each of the BUILDING-* docs.
svn path=/trunk/netsurf/; revision=13570
Diffstat (limited to 'Docs/BUILDING-Cocoa')
-rw-r--r--Docs/BUILDING-Cocoa14
1 files changed, 2 insertions, 12 deletions
diff --git a/Docs/BUILDING-Cocoa b/Docs/BUILDING-Cocoa
index 8fa2080be..7bfac2937 100644
--- a/Docs/BUILDING-Cocoa
+++ b/Docs/BUILDING-Cocoa
@@ -60,18 +60,8 @@
LibNSBMP -- BMP and ICO format image decoder
LibROSprite -- RISC OS Sprite format image decoder
- To fetch each of these libraries, run the following commands:
-
- $ svn co svn://svn.netsurf-browser.org/trunk/libparserutils
- $ svn co svn://svn.netsurf-browser.org/trunk/libwapcaplet
- $ svn co svn://svn.netsurf-browser.org/trunk/hubbub
- $ svn co svn://svn.netsurf-browser.org/trunk/libcss
- $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif
- $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp
- $ svn co svn://svn.netsurf-browser.org/trunk/librosprite
-
- To build and install these libraries, simply enter each of their directories
- and run:
+ To fetch each of these libraries, run the appropriate commands from the
+ Docs/LIBRARIES file.
$ make
$ sudo make install