README: Explain difference between dockcross and dockbuild

[ci skip]
This commit is contained in:
Jean-Christophe Fillion-Robin 2018-03-19 16:23:22 -04:00
parent b5d4166799
commit b809eaade6
No known key found for this signature in database
GPG Key ID: A50C0312039D473C

View File

@ -21,6 +21,15 @@ Features
* Works with the `Docker for Mac <https://docs.docker.com/docker-for-mac/>`_ and `Docker for Windows <https://docs.docker.com/docker-for-windows/>`_.
What is the difference between `dockcross` and `dockbuild` ?
------------------------------------------------------------
The key difference is that `dockbuild <https://github.com/dockbuild/dockbuild#readme>`_
images use the same method to conveniently isolate the build environment as
`dockcross <https://github.com/dockcross/dockcross#readme>`_ but they do **NOT** provide
a toolchain file.
Cross compilers
---------------