From 4e7d81d1d42ffdba07ee92bcbaeafe3c8fe54c10 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 5 Jun 2016 01:46:42 -0400 Subject: update readme file to reflect recent switch to slibtool. --- README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index c8e63d8..4cbf7ad 100644 --- a/README +++ b/README @@ -8,6 +8,12 @@ for the sake of convenience and simplicity, each supported version of an upstream source tree has a patch named package-x.y.z.midipix.patch. for packages not using libtool, building for the midipix target should -only require the above patch file. if the package does use libtool, -however, then you should also copy libtool.midipix to the top -directory of its source tree. +only require the above patch file. packages which do depend on libtool +should be built with slibtool (dl.midipix.org/slibtool), which should +be as simple as: + +$ export MAKE="make LIBTOOL=slibtool" +$ ./configure --host=... && make && make install + +A few packages (most notably binutils and gdb) require that you replace +'slibtool' with 'slibtool-static' in the above export statement. -- cgit v1.2.3