summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
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