From cb82420392f8dd1bb6da9be7928b830a7908623c Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Fri, 6 Mar 2020 11:24:01 +0100 Subject: [PATCH] macOS installer: update installer text to reflect recent changes; fix acronym for GCC (cherry picked from commit 8d1bbfdd788860e1e3ad227b707cf980642e1062) --- macOS/distribution_template.xml | 2 +- macOS/welcome_template.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macOS/distribution_template.xml b/macOS/distribution_template.xml index ea71f3223f..fa213eb3a1 100644 --- a/macOS/distribution_template.xml +++ b/macOS/distribution_template.xml @@ -14,7 +14,7 @@ <choice id="org.dynare" title="Dynare" description="Dynare Required Files" start_enabled="false" enabled="false"> <pkg-ref id="org.dynare" /> </choice> - <choice id="org.dynare.gcc" title="GCC compiler for use_dll" description="This is necessary for the use of Dynare with the `use_dll` option. NB: This takes a few minutes and requires an active internet connection"> + <choice id="org.dynare.gcc" title="GCC for `use_dll`" description="This is necessary for the use of Dynare with the `use_dll` option. NB: This takes a few minutes and requires an active internet connection."> <pkg-ref id="org.dynare.gcc" /> </choice> <pkg-ref id="org.dynare" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref> diff --git a/macOS/welcome_template.html b/macOS/welcome_template.html index 5d023a2b74..43b5295d77 100644 --- a/macOS/welcome_template.html +++ b/macOS/welcome_template.html @@ -4,11 +4,11 @@ <p style="text-align: center;">Version VERSION_NO_SPACE</p> <p style="text-align: center;">DATE</p> - <p><b>Just a few things to note</b>. This installation can be customized as you can choose not to install the GNU C Compiler (GCC). Installing GCC is necessary if you want to use the <tt>use_dll</tt> option in Dynare, but otherwise unnecessary.</p> + <p><b>Just a few things to note</b>. This installation can be customized as you can choose not to install the GNU Compiler Collection (GCC). Installing GCC is necessary if you want to use the <tt>use_dll</tt> option in Dynare, but otherwise unnecessary.</p> <p>To install GCC we run a script that first installs the XCode Command Line Tools (an Apple product). The script then installs Homebrew, a package manager for macOS and, finally, GCC itself. Both Homebrew and GCC will be installed in your Dynare installation folder. So, when you delete this folder, they too will be deleted.</p> - <p>Installing GCC will require an active internet connection and will take a few minutes to a half an hour during the <i>Running package scripts</i> phase of Installation. The time it takes depends on your internet speed, the speed of your computer, and whether or not you already have XCode Command Line Tools installed. The progress bar will not advance during this phase. Please be patient.</p> + <p>Installing GCC will require an active internet connection with the ability to connect to the Apple servers and GitHub. The installation will take anywhere from a few minutes to a half an hour during the <i>Running package scripts</i> phase of Installation. The time it takes depends on your internet speed, the speed of your computer, and whether or not you already have XCode Command Line Tools installed. The progress bar will not advance during this phase. Please be patient.</p> <p> You can choose not to install GCC by choosing <i>Customize</i> from the <i>Installation Type</i> screen and deselecting <i>GCC compiler</i>. If you already have <tt>GCC_BINARY</tt> installed under <tt>/usr/local</tt>, you can forgo the installation of GCC here as Dynare will find your system compiler when you use <tt>use_dll</tt>.</p> </body> -- GitLab