From 7702019e74532c408a184d0911417a0b090bf56f Mon Sep 17 00:00:00 2001 From: Stanley F Date: Thu, 28 Feb 2019 09:33:30 +0100 Subject: [PATCH] adapt README --- README.rst | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index ef64366..c0a87c1 100644 --- a/README.rst +++ b/README.rst @@ -198,25 +198,45 @@ dockcross/web-wasm |web-wasm-images| The Emscripten WebAssembly/asm.js/JavaScript cross compiler. -.. |windows-x64-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-x64.svg - :target: https://microbadger.com/images/dockcross/windows-x64 +.. |windows-static-x64-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-static-x64.svg + :target: https://microbadger.com/images/dockcross/windows-static-x64 -dockcross/windows-x64 - |windows-x64-images| 64-bit Windows cross-compiler based on MXE/MinGW-w64 with win32 threads. +dockcross/windows-static-x64 + |windows-static-x64-images| 64-bit Windows cross-compiler based on MXE/MinGW-w64 with win32 threads and static linking. -.. |windows-x64-posix-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-x64-posix.svg - :target: https://microbadger.com/images/dockcross/windows-x64-posix +.. |windows-static-x64-posix-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-static-x64-posix.svg + :target: https://microbadger.com/images/dockcross/windows-static-x64-posix -dockcross/windows-x64-posix - |windows-x64-posix-images| 64-bit Windows cross-compiler based on MXE/MinGW-w64 with posix threads. +dockcross/windows-static-x64-posix + |windows-static-x64-posix-images| 64-bit Windows cross-compiler based on MXE/MinGW-w64 with posix threads and static linking. -.. |windows-x86-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-x86.svg - :target: https://microbadger.com/images/dockcross/windows-x86 +.. |windows-static-x86-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-static-x86.svg + :target: https://microbadger.com/images/dockcross/windows-static-x86 -dockcross/windows-x86 - |windows-x86-images| 32-bit Windows cross-compiler based on MXE/MinGW-w64 with win32 threads. +dockcross/windows-static-x86 + |windows-static-x86-images| 32-bit Windows cross-compiler based on MXE/MinGW-w64 with win32 threads and static linking. + +.. |windows-shared-x64-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-shared-x64.svg + :target: https://microbadger.com/images/dockcross/windows-shared-x64 + +dockcross/windows-shared-x64 + |windows-shared-x64-images| 64-bit Windows cross-compiler based on MXE/MinGW-w64 with win32 threads and dynamic linking. + + +.. |windows-shared-x64-posix-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-shared-x64-posix.svg + :target: https://microbadger.com/images/dockcross/windows-shared-x64-posix + +dockcross/windows-shared-x64-posix + |windows-shared-x64-posix-images| 64-bit Windows cross-compiler based on MXE/MinGW-w64 with posix threads and dynamic linking. + + +.. |windows-shared-x86-images| image:: https://images.microbadger.com/badges/image/dockcross/windows-shared-x86.svg + :target: https://microbadger.com/images/dockcross/windows-shared-x86 + +dockcross/windows-shared-x86 + |windows-shared-x86-images| 32-bit Windows cross-compiler based on MXE/MinGW-w64 with win32 threads and dynamic linking. Articles