From 76e4960aa9b9badbd9caa376e303f9360ebb7ccd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Dec 2014 23:30:55 +0000 Subject: Documentation fixes --- doc/crosscompile.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/crosscompile.html') diff --git a/doc/crosscompile.html b/doc/crosscompile.html index ba22b31..4098afd 100644 --- a/doc/crosscompile.html +++ b/doc/crosscompile.html @@ -76,8 +76,10 @@ architecture, via the --with-sysdeps option to configure.

The easiest way to get the correct sysdeps for a target achitecture is -to natively compile skalibs on that target, and steal the produced sysdeps -files. It can be easily done with a virtual machine, qemu for instance. +to natively run skalibs' ./configure script on that target, +and steal the produced sysdeps files, which are normally written to the +./sysdeps.cfg directory. +Doing this is easy with a virtual machine, qemu for instance. You could also (politely) ask for precompiled sysdeps on the skaware mailing-list, if you cannot find them anywhere on the Internet.

-- cgit v1.3.1