diff options
author | 2020-09-04 20:56:12 -0400 | |
---|---|---|
committer | 2020-09-04 20:56:12 -0400 | |
commit | 65abfec720806e641c64471104d592aaafed26f7 (patch) | |
tree | 88a3ef110e4b879ddf5aa5ed64725c9db520c6bd /README.md | |
parent | affc6c91f7e26b0ba76a82c4eea94926cf46afb0 (diff) | |
download | textadept-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.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |