summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-25 19:36:09 +0000
committermidipix <writeonce@midipix.org>2020-05-25 19:36:09 +0000
commit147cc592979cb7cab435f0227f671c23bf6449c2 (patch)
treee301e734ea4095ae9948b42ee380b250b79cae17 /README
parent4fa5910173f007d3f0425fbdaaf298b7858fc9cb (diff)
downloaddalist-147cc592979cb7cab435f0227f671c23bf6449c2.tar.bz2
dalist-147cc592979cb7cab435f0227f671c23bf6449c2.tar.xz
README: updated to reflect current git clone method and build configurations.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 3 insertions, 13 deletions
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