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. --- docs/manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/manual.md b/docs/manual.md index 60c894c9..e439bf6f 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1507,7 +1507,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 `make DEBUG=1` | Optionally builds Textadept with debug symbols `make install` | Optionally installs Textadept (to */usr/local* by default) `make textadept` | Builds only the GUI version of Textadept @@ -1540,9 +1540,9 @@ Also, if you want to compile with Clang, you will have to run something like: You can use [Docker][] to build Textadept for Windows, macOS, or Linux. The [image][] required to do so is about 2.5GB in size. For example: - localhost$ docker pull ghcr.io/orbitalquark/textadept-build:v1.0 + localhost$ docker pull ghcr.io/orbitalquark/textadept-build:v2.0 localhost$ docker run -t -i -v /path/to/textadept:/ta -w /ta/src \ - ghcr.io/orbitalquark/textadept-build:v1.0 + ghcr.io/orbitalquark/textadept-build:v2.0 container# make deps container# make container# exit -- cgit v1.2.3