From 19632b390bd3268b761a0cec8562c0c885aff2e6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 8 Jun 2019 21:07:54 -0700 Subject: [PATCH] Suggest use of macOS command line developer tools rather than Xcode. --- doc/user-manual/user.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index ce4f83812..d42036ba3 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -175,7 +175,7 @@ Debian-like systems: @code{gcc} @code{make} @code{libncurses-dev} @item CentOS-like systems: @code{gcc} @code{make} @code{ncurses-devel} @item -macOS systems: @code{Xcode} +macOS systems: Command line developer tools @samp{xcode-select --install} @end itemize Additionally, if you want support for X11 graphics, you'll need: -- 2.25.1