summaryrefslogtreecommitdiff
path: root/README
blob: 84c872ca13789f323f84ef333084a7b7ac77ee00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
NetSurf Toolchain builds

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

 On multiarch-aware systems:

	$ dpkg --add-architecture i386
	$ apt-get update
	$ apt-get install gcc-multilib

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