diff options
author | midipix <writeonce@midipix.org> | 2020-05-25 19:36:09 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-25 19:36:09 +0000 |
commit | 147cc592979cb7cab435f0227f671c23bf6449c2 (patch) | |
tree | e301e734ea4095ae9948b42ee380b250b79cae17 | |
parent | 4fa5910173f007d3f0425fbdaaf298b7858fc9cb (diff) | |
download | dalist-147cc592979cb7cab435f0227f671c23bf6449c2.tar.bz2 dalist-147cc592979cb7cab435f0227f671c23bf6449c2.tar.xz |
README: updated to reflect current git clone method and build configurations.
-rw-r--r-- | README | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -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 |