aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-30 11:33:43 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-30 11:33:43 -0400
commit8634a51024fa029b56cd1b26df8c5b042d21b13e (patch)
tree2439e07ff56edb80e56d2cacef4d02ce78ce9a58 /README.md
parent4f68ee57bc8c2324a4cd7039c5411cb6f1b8d820 (diff)
Document building Textadept using GTK 3.x instead of 2.24.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95aebb68..ad063aa2 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,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 DEBUG=1` |Optionally builds Textadept with debug symbols
`make curses` |Builds the terminal version of Textadept
`make win32-deps` |Downloads and builds Textadept's Windows dependencies