summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-09-26 10:43:49 -0400
committermidipix <writeonce@midipix.org>2015-09-26 11:06:07 -0400
commit64198ea5e7967765ee847e6fd774dc24d2703518 (patch)
treec3352afce1f1deca8eaac6b704e548318a54ea82 /README
parentfab898fe73eaaca3f112a00e483a3816118ee4c1 (diff)
downloaddalist-64198ea5e7967765ee847e6fd774dc24d2703518.tar.bz2
dalist-64198ea5e7967765ee847e6fd774dc24d2703518.tar.xz
update quick build instructions in README file.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
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