diff options
author | José Fonseca <jfonseca@vmware.com> | 2011-07-15 14:30:17 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-07-15 14:30:17 +0100 |
commit | 12e52eb5b8dcb3b866c8b6085ef021dae253663f (patch) | |
tree | 994e61b1953782f09d5ba5ed0c23df30d53c8f82 /doc | |
parent | d4263e22f1a405652b80c7bd6ebf0be380b30c4d (diff) |
Drop scons build support.
Broken on windows 64 bits, and obsoleted by CMake, which needs much
less customization/tweaking to work as desired.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/build.html | 1 | ||||
-rw-r--r-- | doc/html/buildscons.html | 75 |
2 files changed, 0 insertions, 76 deletions
diff --git a/doc/html/build.html b/doc/html/build.html index 28b3a81..b23fb5b 100644 --- a/doc/html/build.html +++ b/doc/html/build.html @@ -59,7 +59,6 @@ Once you've completed those tasks, choose one of the following: <LI><A HREF="buildgnu.html">Building <I>glean</I> for GNU/Linux</A></LI> <LI><A HREF="buildwin.html">Building <I>glean</I> for Windows</A></LI> <LI><A HREF="buildcmake.html">Building <I>glean</I> for GNU/Linux or Windows using cmake</A></LI> - <LI><A HREF="buildscons.html">Building <I>glean</I> for GNU/Linux or Windows using scons</A></LI> </UL> diff --git a/doc/html/buildscons.html b/doc/html/buildscons.html deleted file mode 100644 index 5be8d05..0000000 --- a/doc/html/buildscons.html +++ /dev/null @@ -1,75 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> - -<HEAD> - <TITLE>Building glean using scons</TITLE> - <META NAME="description" CONTENT="building glean using scons"> - <META NAME="author" CONTENT="Jose Fonseca"> - <LINK REV="made" HREF="mailto:jfonseca@vmware.com"> -</HEAD> - -<BODY bgcolor=#FFFFFF topmargin="10" bottommargin="10" leftmargin="10" - rightmargin="10" marginheight="0" marginwidth="0"> - -<H1>Building <I>glean</I> with scons</H1> - -<P> -Now you can build glean on GNU/Linux or Windows using -<A HREF="http://www.scons.org/">scons</A>. The advantages over GNU make are: -<UL TYPE=DISC> - <LI> no need to set build options — everything is autodetected; - <LI> automatically uses an included tiff library if none can be found; - <LI> support to cross build from GNU/Linux to Windows using MinGW cross - compilers. -</UL> - -<H2>Build <I>glean</I> on GNU/Linux or Windows</H2> - -<P> -Simply type -<PRE> - scons -C src -</PRE> - -<P> -Everything should be autodetected for you. - -<P> -You can change aspects of the build by passing options in the name=value. To -list these options and see their default value do -<PRE> - scons -C src -h -</PRE> - - -<H2>Build <I>glean</I> for Windows on GNU/Linux</H2> - -<P> -Type -<PRE> - scons -C src platform=windows machine=x86 toolchain=crossmingw -</PRE> - - -<HR> -<SMALL> - <UL TYPE=DISC> - <LI> <A HREF="index.html"><I>glean</I> home</A> - <LI> <A HREF="whatis.html">What is <I>glean</I>?</A> - <LI> <A HREF="build.html">How do I build <I>glean</I>?</A> - <LI> <A HREF="run.html">How do I run <I>glean</I>?</A> - <LI> <A HREF="next.html">Where do we go from here?</A> - <UL TYPE=CIRCLE> - <LI> <A HREF="newtest.html">Adding new tests</A> - <LI> <A HREF="newfeat.html">Adding new infrastructure features</A> - <LI> <A HREF="overview.html">Overview of <I>glean</I> internals</A> - <LI> <A HREF="repo.html">Creating a repository of results</A> - <LI> <A HREF="port.html">Porting <I>glean</I></A> - <LI> <A HREF="cleanup.html">Cleaning up loose ends</A> - </UL> - <LI> <A HREF="changes.html">What has changed recently?</A> - </UL> -</SMALL> - -</BODY> -</HTML> |