aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--docs/manual.md1
2 files changed, 2 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
diff --git a/docs/manual.md b/docs/manual.md
index f42774d1..7fe96137 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1644,6 +1644,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 install` |Optionally installs Textadept (to */usr/local* by default)
`make curses` |Builds the terminal version of Textadept