From c512a4c0edd9c74373eb37d3104f5cb6f3a5e945 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 23 Sep 2015 19:28:15 +0000
Subject: Clarify instructions for stage directories in crosscompile.html
---
doc/crosscompile.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'doc')
diff --git a/doc/crosscompile.html b/doc/crosscompile.html
index c8e1862..d34e5c8 100644
--- a/doc/crosscompile.html
+++ b/doc/crosscompile.html
@@ -40,6 +40,23 @@ to perform parallel builds. If the source code tree grows significantly
larger, out-of-tree build support will be considered.
+ Support for staging
+
+
+ The skalibs Makefile, as well as every other
+skarnet.org package's
+Makefile, supports the DESTDIR convention for staging. To install
+skalibs under a stage fake root:
+
+
+
+ - Give the options you need to ./configure.
+The arguments to the --prefix, --libdir and similar
+options must be the valid paths for run-time.
+ - To install the software, run make install
+DESTDIR=stage.
+
+
Support for build-time options
--
cgit v1.2.3