summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-BeOS
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-23 23:25:51 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-23 23:25:51 +0000
commitb22f567bdd78fd8cc973d6bfa90d06856c3b1a40 (patch)
treed26b7a4baac25193799c5f95ee76ded3c1eea0d8 /Docs/BUILDING-BeOS
parentddeadd1c02880367ad786b113d352a519f45ec73 (diff)
downloadnetsurf-b22f567bdd78fd8cc973d6bfa90d06856c3b1a40.tar.gz
netsurf-b22f567bdd78fd8cc973d6bfa90d06856c3b1a40.tar.bz2
Remove mention of re2c and lemon. Still need to update with LibCSS and wapcaplet info.
svn path=/trunk/netsurf/; revision=8755
Diffstat (limited to 'Docs/BUILDING-BeOS')
-rw-r--r--Docs/BUILDING-BeOS35
1 files changed, 1 insertions, 34 deletions
diff --git a/Docs/BUILDING-BeOS b/Docs/BUILDING-BeOS
index 182024788..5fb020d80 100644
--- a/Docs/BUILDING-BeOS
+++ b/Docs/BUILDING-BeOS
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for BeOS and Haiku NetSurf 06 June 2008
+ Build Instructions for BeOS and Haiku NetSurf 24 July 2009
--------------------------------------------------------------------------------
This document provides instructions for building the BeOS and Haiku version
@@ -57,39 +57,6 @@
$ cd <haiku-trunk-directory>
$ TARGET_PLATFORM=r5 jam -q make
$ cp generated/objects/r5/x86/release/bin/make/make /boot/home/config/bin/gmake
-
-
- Lemon
--------
-
- BeOS doesn't come with the lemon parser generator, you'll need to download
- it and build it yourself.
-
- TODO: fix paths
- $ wget http://www.sqlite.org/cvstrac/getfile/sqlite/tool/lemon.c
- $ wget http://www.sqlite.org/cvstrac/getfile/sqlite/tool/lempar.c
- $ gcc -o lemon lemon.c
- $ cp lemon lempar.c /boot/home/config/bin/
-
-
- RE2C
-------
-
- BeOS doesn't come with the re2c lexer. Unfortunately it requires gcc4
- currently, so it cannot be built on BeOS. It might be possible on gcc4 built
- Haiku.
- The workaround is currently to generate the scanner.c file from Linux, and
- copy it back to the source tree. Touching it in the future will make sure
- make won't try to rebuild it.
-
- (on Linux)
- $ make css/scanner.c
-
- (copy to the BeOS box)
-
- (on BeOS/Haiku)
- $ cp <somewhere>/scanner.c css/
- $ touch -t 201801010000 css/scanner.c
cURL