From 64198ea5e7967765ee847e6fd774dc24d2703518 Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 26 2015 15:06:07 +0000 Subject: update quick build instructions in README file. --- diff --git a/README b/README index e68061b..8dcb5bb 100644 --- a/README +++ b/README @@ -8,9 +8,12 @@ how to build (quick) git clone git://midipix.org/dalist && mkdir dalist_build && cd dalist_build && -../dalist/configure --prefix=$PREFIX && +../dalist/configure --host=$HOST && make && -make install +make DESTDIR=$DESTDIR install + +* native builds are supported (leave out --host). +* both in-tree and out-of-tree builds are supported. supported targets