summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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