Installing minimals is sometimes a problem. Because of this I wrote a BASH script to automate it. Attached is the script I wrote to easily install the minimals. It installs in ${HOME}/ConTeXt but because I work with DRY it is easily changed. It generate almost no output: 20:47:01: fetch script 20:47:02: first setup 20:53:23: generate MKII 20:54:07: generate XeTeX 20:54:49: generate MKIV 20:55:18: Installing/updating ConTeXt took 497 seconds 20:55:18: before using ConTeXt you have to run: '. /home/cecil/ConTeXt/tex/setuptex' But the output can be found in ${HOME}/ConTeXt/install.log if needed. -- Cecil Westerhof
On Mon, Mar 14, 2011 at 20:56, Cecil Westerhof wrote:
Installing minimals is sometimes a problem. Because of this I wrote a BASH script to automate it. Attached is the script I wrote to easily install the minimals.
Hmmm ... maybe we should add a --silent switch to installer. Thank for the idea. Mojca
2011/3/14 Cecil Westerhof
Installing minimals is sometimes a problem. Because of this I wrote a BASH script to automate it. Attached is the script I wrote to easily install the minimals.
It installs in ${HOME}/ConTeXt but because I work with DRY it is easily changed.
It generate almost no output: 20:47:01: fetch script 20:47:02: first setup 20:53:23: generate MKII 20:54:07: generate XeTeX 20:54:49: generate MKIV 20:55:18: Installing/updating ConTeXt took 497 seconds 20:55:18: before using ConTeXt you have to run: '. /home/cecil/ConTeXt/tex/setuptex'
But the output can be found in ${HOME}/ConTeXt/install.log if needed.
The last line of the script should read: giveMessage "before using ConTeXt you have to run: '${ACTIVATE_CONTEXT} ~/ConTeXt/tex'" -- Cecil Westerhof
participants (2)
-
Cecil Westerhof
-
Mojca Miklavec