From 12e52eb5b8dcb3b866c8b6085ef021dae253663f Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 15 Jul 2011 14:30:17 +0100 Subject: Drop scons build support. Broken on windows 64 bits, and obsoleted by CMake, which needs much less customization/tweaking to work as desired. --- doc/html/build.html | 1 - doc/html/buildscons.html | 75 ------------------------------------------------ 2 files changed, 76 deletions(-) delete mode 100644 doc/html/buildscons.html (limited to 'doc') 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:
  • Building glean for GNU/Linux
  • Building glean for Windows
  • Building glean for GNU/Linux or Windows using cmake
  • -
  • Building glean for GNU/Linux or Windows using scons
  • 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 @@ - - - - - Building glean using scons - - - - - - - -

    Building glean with scons

    - -

    -Now you can build glean on GNU/Linux or Windows using -scons. The advantages over GNU make are: -

    - -

    Build glean on GNU/Linux or Windows

    - -

    -Simply type -

    -    scons -C src
    -
    - -

    -Everything should be autodetected for you. - -

    -You can change aspects of the build by passing options in the name=value. To -list these options and see their default value do -

    -    scons -C src -h
    -
    - - -

    Build glean for Windows on GNU/Linux

    - -

    -Type -

    -    scons -C src platform=windows machine=x86 toolchain=crossmingw
    -
    - - -
    - - - - - - -- cgit v1.2.3