From 64198ea5e7967765ee847e6fd774dc24d2703518 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 26 Sep 2015 10:43:49 -0400 Subject: update quick build instructions in README file. --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') 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 -- cgit v1.2.3