summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-17 19:03:23 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-17 19:03:23 +0100
commitc495c95b1c64c05bef547b82084a16ef34c5c0d9 (patch)
tree68978b5126c50bfc1e7e8ee96a56cb0e72c03325 /README
parent004ca29118a1993532360038bfa5abf2955f98fa (diff)
downloadtoolchains-c495c95b1c64c05bef547b82084a16ef34c5c0d9.tar.gz
toolchains-c495c95b1c64c05bef547b82084a16ef34c5c0d9.tar.bz2
Update to build from scratch
Add basic README containing dependancies and risc os build instructions
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b964224
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+NetSurf Toolchain builds
+
+Pre-requisites for Debian systems
+---------------------------------
+
+ $ apt-get install build-essential autoconf automake autogen flex yacc
+
+RISC OS
+-------
+
+It is important that the output prefix (/opt/netsurf by default) is writable
+ or use sudo to do the make
+
+ $ cd arm-unknown-riscos
+ $ make
+ $ cd ../sdk
+ $ GCCSDK_INSTALL_CROSSBIN=/opt/netsurf/arm-unknown-riscos/cross/bin GCCSDK_INSTALL_ENV=/opt/netsurf/arm-unknown-riscos/env make
+