diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-18 11:55:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-18 11:55:08 +0000 |
commit | 959accc6465a211b6c0c377bc12d9c67c7e90c44 (patch) | |
tree | 376260c33f5c8fc43fb54dbb2f6a635366892d04 | |
parent | 6363f5c76f236303c13e714d451ccd2b1208ebca (diff) | |
download | skalibs-959accc6465a211b6c0c377bc12d9c67c7e90c44.tar.xz |
Clarify cross-compilation procedure in INSTALL
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -103,6 +103,13 @@ purposes are available at Aboriginal Linux: http://landley.net/aboriginal/ Precomputed sysdeps for various targets may also be available on skarnet.org or on third-party sites. + Once you have gathered your sysdeps, for any skarnet.org package: + * give the correct --with-sysdeps option to ./configure + * give the correct --enable-cross option + * for --prefix, --bindir and other paths, always use the run-time path + * to install the cross-compiled package in a staging directory /your/stage, + perform "make install DESTDIR=/your/stage/" + * The slashpackage convention --------------------------- |