aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-04 20:56:12 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-04 20:56:12 -0400
commit65abfec720806e641c64471104d592aaafed26f7 (patch)
tree88a3ef110e4b879ddf5aa5ed64725c9db520c6bd /README.md
parentaffc6c91f7e26b0ba76a82c4eea94926cf46afb0 (diff)
downloadtextadept-65abfec720806e641c64471104d592aaafed26f7.tar.gz
textadept-65abfec720806e641c64471104d592aaafed26f7.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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