From 45c94a1d395f560c015c6b1a7a3fc3558f7de395 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:18:50 -0500 Subject: Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image. Build with GTK 2 using new GTK2 flag. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index eb91e572..f8105fba 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Command | Description `make deps` | Downloads and builds all of Textadept's core dependencies `make deps NIGHTLY=1` | Optionally downloads and builds bleeding-edge dependencies `make` | Builds Textadept, provided all dependencies are in place -`make GTK3=1` | Builds Textadept using GTK 3.x +`make GTK2=1` | Builds Textadept using GTK 2.x instead of GTK 3.x `make DEBUG=1` | Optionally builds Textadept with debug symbols `make curses` | Builds the terminal version of Textadept `make win-deps` | Downloads and builds Textadept's Windows dependencies @@ -107,7 +107,7 @@ Command | Description `make osx` | Cross-compiles Textadept for macOS When building within Docker, the relevant container [image][] is -`ghcr.io/orbitalquark/textadept-build:v1.0`. +`ghcr.io/orbitalquark/textadept-build:v2.0`. For more information on compiling Textadept, please see the [manual][]. -- cgit v1.2.3