From 147cc592979cb7cab435f0227f671c23bf6449c2 Mon Sep 17 00:00:00 2001 From: midipix Date: May 25 2020 19:36:09 +0000 Subject: README: updated to reflect current git clone method and build configurations. --- diff --git a/README b/README index 8dcb5bb..36f0581 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ dalist: a zero-dependency book-keeping library how to build (quick) -------------------- -git clone git://midipix.org/dalist && +git clone https://git.midipix.org/dalist && mkdir dalist_build && cd dalist_build && ../dalist/configure --host=$HOST && @@ -19,7 +19,7 @@ make DESTDIR=$DESTDIR install supported targets ----------------- + all posix targets -+ x86_64-nt64-midipix (default) ++ x86_64-nt64-midipix + x86_64-w64-mingw32 + i686-nt32-midipix + i686-w64-mingw32 @@ -31,14 +31,4 @@ supported compilers ------------------- + gcc + clang -+ Visual Studio - - -IDE project files (forthcoming) -------------------------------- -+ CodeLite -+ Code::Blocks -+ Visual Studio - -* above project files will not be part of the project - repository, but rather distributed separately. ++ cl