summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 17 insertions, 5 deletions
diff --git a/README b/README
index 84c872c..2a2d4b0 100644
--- a/README
+++ b/README
@@ -5,7 +5,13 @@ Pre-requisites for Debian systems
$ apt-get install build-essential autoconf automake autogen flex bison
$ apt-get install libtool texinfo help2man subversion cvs git
- $ apt-get install lhasa unzip autoconf2.64
+ $ apt-get install lhasa unzip autoconf2.64 automake1.11
+
+ If you've not got automake 1.15 by default, you'll need:
+
+ $ apt-get install automake-1.15
+
+ Depending on your platform you may also need libfl-dev
On multiarch-aware systems:
@@ -19,8 +25,14 @@ 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
+ $ make -C arm-unknown-riscos
+ $ GCCSDK_INSTALL_CROSSBIN=/opt/netsurf/arm-unknown-riscos/cross/bin GCCSDK_INSTALL_ENV=/opt/netsurf/arm-unknown-riscos/env make -C sdk
+
+
+Windows
+-------
+
+The mingw cross build toolchain is made by
+ $ make -C i686-w64-mingw32
+ $ GCCSDK_INSTALL_CROSSBIN=/opt/netsurf/i686-w64-mingw32/cross/bin GCCSDK_INSTALL_ENV=/opt/netsurf/i686-w64-mingw32/env make -C sdk