From 06da379cd20863953f88ea894ea6f88b1f230e70 Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Mon, 18 Feb 2013 16:52:06 +0000 Subject: [PATCH] Moving autotools down on the development page so folks don't assume that's the default way to go (yet) --- doc/web/src/site/apt/developing.apt | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/web/src/site/apt/developing.apt b/doc/web/src/site/apt/developing.apt index fd2bdc1..f09348c 100644 --- a/doc/web/src/site/apt/developing.apt +++ b/doc/web/src/site/apt/developing.apt @@ -16,18 +16,6 @@ The Makefile includes a file called <<>> which defines the platform- dependent variables. You need to make <<>> point to (or be) the appropriate file for your machine. - With the autotools version of the build, the following sequence will -execute the build from the main directory: - ----------------- -autoreconf -automake --add-missing -autoheader -autoconf -sh configure -make ----------------- - * Win32 There is a different port of KEGS by Chea Chee Keong (akilgard) called @@ -150,6 +138,20 @@ easy. Start with <<>> if you are a little-endian machine, or unless your processor is little-endian (Alpha, x86, Mac Intel). Mac PPC, Sun, MIPS, HP, Motorola, and IBM Power are big-endian. +* Under Development - Autotools Integration + + With the autotools branch, the following sequence will +execute the build from the main directory: + +---------------- +autoreconf +automake --add-missing +autoheader +autoconf +sh configure +make +---------------- + * Extended {Capabilities} by Platform All platforms have a common core of capabilities: