From 65abfec720806e641c64471104d592aaafed26f7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:56:12 -0400 Subject: Added support for building with Docker and dropped automated Linux i386 builds. Also tweaked Makefile with basic git support for an eventual migration to a new build service. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6f33a4eb..ab1acd9b 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ General Requirements: Windows. * [OSX cross toolchain][] _with GCC_ 4.9+ (not Clang) when cross-compiling for macOS. +* _**OR**_ +* [Docker][] The following table provides a brief list of `make` rules for building Textadept on Linux and BSD. (On BSD, substitute `make` with `gmake`.) @@ -107,6 +109,9 @@ Command |Description `make osx` |Cross-compiles Textadept for macOS `make osx-curses` |Cross-compiles the terminal version for macOS +When building within Docker, the relevant [container image][] is +`textadept/build:v1.0`. + For more information on compiling Textadept, please see the [manual][]. [GNU C compiler]: https://gcc.gnu.org @@ -117,6 +122,8 @@ For more information on compiling Textadept, please see the [manual][]. [MinGW]: https://mingw.org [mingw-w64]: https://mingw-w64.org/ [OSX cross toolchain]: https://github.com/tpoechtrager/osxcross +[Docker]: https://www.docker.com/ +[container image]: https://hub.docker.com/repository/docker/textadept/build [manual]: https://foicica.com/textadept/manual.html#Compiling ## Contribute -- cgit v1.2.3