From 1cbc283f94aab45ca1246d248f4d323b5f455221 Mon Sep 17 00:00:00 2001 From: Rob Landley <rob@landley.net> Date: Wed, 28 Oct 2015 21:41:45 -0500 Subject: Tweak build instructions in README/code.html. --- www/code.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/code.html b/www/code.html index 6050aa1a..b1c6d3f9 100644 --- a/www/code.html +++ b/www/code.html @@ -30,6 +30,10 @@ controls which features are included when compiling toybox.</p> either isn't complete or is a special-purpose option (such as debugging code) that isn't intended for general purpose use.</p> +<p>For a more compact human-editable version .config files, you can use the +<a href=http://landley.net/aboriginal/FAQ.html#dev_miniconfig>miniconfig</a> +format.</p> + <p>The standard build invocation is:</p> <ul> @@ -47,8 +51,9 @@ accepts existing definitions of the environment variables, so it may be sourced or modified by the developer before building and the definitions exported to the environment will take precedence.</p> -<p>(To clarify: "configure" describes the build and installation environment, -".config" lists the features selected by defconfig/menuconfig.)</p> +<p>(To clarify: ".config" lists the features selected by defconfig/menuconfig, +I.E. "what to build", and "configure" describes the build and installation +environment, I.E. "how to build it".)</p> <p><h1><a name="running"><a href="#running">Running a command</a></h1></p> -- cgit v1.2.3