ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: luigi scarso <luigi.scarso@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Instalation of minimal
Date: Sat, 21 Feb 2009 08:18:59 +0100	[thread overview]
Message-ID: <fe8d59da0902202318n2510e573o91a4bb102fe484c0@mail.gmail.com> (raw)
In-Reply-To: <gnni71$fj2$1@ger.gmane.org>

On Sat, Feb 21, 2009 at 1:34 AM, Maurí­cio <briqueabraque@yahoo.com> wrote:
> Hi,
>
> Are information on this page
>
> http://wiki.contextgarden.net/ConTeXt_Minimals
>
> still valid? After following instructions and
> successfull (I think) rsync sessions I try:
>
> source ~/context/tex/setuptex ~/context/tex
>
> and I'm told ~/context/tex is not a valid TeX
> directory.
>
> I also tried downloading a 'linux.zip' from
>
> http://minimals.contextgarden.net/pragma
>
> and it says the same. It also complains about
> a missing 'plain.tex'.
>
> What is the easier way to install MK IV? I
> usually use ConTeXt that comes with Ubuntu,
> I just need MK IV in one session where I need
I have Ubuntu too, so you can try this
## open a gnome-terminal
## and become root
cd /opt
mkdir luatex
cd luatex
mkdir minimals
cd minimals
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
## in first-setup.sh .change this line
## mtxrun --verbose --script ./bin/mtx-update.lua --update --make
--force --engine=all --context=beta --texroot=$PWD/tex $@
## into this
## imtxrun --verbose --script ./bin/mtx-update.lua --update --make
--force --engine=all --texroot=$PWD/tex $@
./first-setup
cd tex
## watch for the initial dot '.' !!!!!
. setuptex
# Some checks
#
## must contains /opt/luatex/minimals/tex/texmf-linux/bin
## as first path
echo $PATH


luatex -v
## must be  something like this
## This is LuaTeX, Version snapshot-0.33.1-2009022019, build unknown
##
## Execute  'luatex --credits'  for credits and version details.
##
## There is NO warranty. Redistribution of this software is covered by
## the terms of the GNU General Public License, version 2. For more
## information about these matters, see the file named COPYING and
## the LuaTeX source.
##
## Copyright 2008 Taco Hoekwater, the LuaTeX Team.


-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2009-02-21  7:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-21  0:34 Maurí­cio
2009-02-21  7:18 ` luigi scarso [this message]
2009-02-21  2:14 polytope
2009-02-22  2:30 Maurí­cio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0902202318n2510e573o91a4bb102fe484c0@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).