From 085594d14bfbbd97a27dbbbb07b814e36faa4fbc Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 20:01:00 +0000 Subject: Simple README about the shared build system svn path=/trunk/tools/buildsystem/; revision=14013 --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7730112 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +NetSurf shared build system +=========================== + +To install +---------- + + make install [PREFIX=/somewhere] + +By default, PREFIX will be /opt/netsurf and this will be true for all +makefiles which use the shared build infrastructure. + +To use +------ + +See the example in example/ + +Note that PREFIX must be the same for when you compile/test/install +anything using this build system as it was when you installed it in +the first place. + +If it is not (or if packaging is getting in the way or similar) then +simply set NSSHARED to the path to the shared build system (up to an +including simply pointing at the directory containing this README) and +the makefiles will work the rest out. -- cgit v1.2.3