diff options
author | midipix <writeonce@midipix.org> | 2015-09-26 10:43:49 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-09-26 11:06:07 -0400 |
commit | 64198ea5e7967765ee847e6fd774dc24d2703518 (patch) | |
tree | c3352afce1f1deca8eaac6b704e548318a54ea82 | |
parent | fab898fe73eaaca3f112a00e483a3816118ee4c1 (diff) | |
download | dalist-64198ea5e7967765ee847e6fd774dc24d2703518.tar.bz2 dalist-64198ea5e7967765ee847e6fd774dc24d2703518.tar.xz |
update quick build instructions in README file.
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |