[teklib-general] teklib: Examples added to the Install section

Timm S. Mueller tmueller at neoscientists.org
Tue Apr 8 23:42:04 CEST 2008


details:   http://hg.teklib.org/teklib/rev/af53c9d56770
changeset: 176:af53c9d56770
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Tue Apr 08 14:19:15 2008 +0200
description:
Examples added to the Install section

diffs (65 lines):

diff -r 0b8d13c82fcf -r af53c9d56770 README
--- a/README	Tue Apr 08 13:51:09 2008 +0200
+++ b/README	Tue Apr 08 14:19:15 2008 +0200
@@ -70,7 +70,6 @@ device drivers and on raw hardware.
 	* TEKlib comes with its own, entirely self-contained makefile
 	generator.
 
-
 == Availability ==
 
 	* TEKlib is freely available for free software as well as
@@ -78,18 +77,23 @@ device drivers and on raw hardware.
 
 	* TEKlib can be downloaded from http://www.teklib.org/ .
 
-
 == Installation ==
 
 	* Supported make tools are {{pmake}} and {{gmake}}.
 
 	* Type {{make}} at the top-level directory to see a list of
-	possible configuration options and build targets.
+	possible configuration variables and build targets.
 
-	* Pass environment variables to {{make}}, or adjust
-	the configuration in the Makefile. All options are listed near
-	the top.
+	* Adjust the configuration in the Makefile, or pass variables to
+	your make tool; for example,
 
+	using pmake:
+
+			# make HOST=fbsd release
+
+	Using bash and GNU make:
+
+			# HOST=linux make release
 
 == Authors and contact ==
 
diff -r 0b8d13c82fcf -r af53c9d56770 doc/html/readme.html
--- a/doc/html/readme.html	Tue Apr 08 13:51:09 2008 +0200
+++ b/doc/html/readme.html	Tue Apr 08 14:19:15 2008 +0200
@@ -127,12 +127,17 @@
 				</li>
 				<li>
 					Type <code>make</code> at the top-level directory to see a list of
-					possible configuration options and build targets.
+					possible configuration variables and build targets.
 				</li>
 				<li>
-					Pass environment variables to <code>make</code>, or adjust
-					the configuration in the Makefile. All options are listed near
-					the top.
+					Adjust the configuration in the Makefile, or pass variables to
+					your make tool; for example,
+					using pmake:<pre>
+# make HOST=fbsd release
+</pre>
+					Using bash and GNU make:<pre>
+# HOST=linux make release
+</pre>
 				</li>
 			</ul>
 		</blockquote>


More information about the teklib-general mailing list