From ec70f9e413dcec06932e97abd3d22df40ef6d23f Mon Sep 17 00:00:00 2001 From: Scott Buchanan Date: Sun, 15 Mar 2026 14:54:57 +0000 Subject: [PATCH] update INSTALL.md to include new GTKTextView editor for Debian and derivatives --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6c54eb2d1..2daf48239 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -259,7 +259,7 @@ Build Xiphos On *Debian*, *Ubuntu*, or *Linux Mint*: ## 3. Build and install: - $ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MAKE_PROGRAM=make . + $ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DGTKTVEDITOR=ON -DCMAKE_MAKE_PROGRAM=make . $ cd build $ make -j$(nproc) && sudo make install