ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "Piotr Kopszak" <kopszak@gmail.com>,
	 "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: humble request: Minimals for linux ppc
Date: Sun, 21 Sep 2008 23:43:22 +0200	[thread overview]
Message-ID: <6faad9f00809211443w65fd2efne0db7d943b907523@mail.gmail.com> (raw)
In-Reply-To: <20080921201804.GA4227@boxpl.com>

On Sun, Sep 21, 2008 at 10:18 PM, Piotr Kopszak wrote:
> Any chance for that in the near future?

Any chance that you provide the binaries (and that you do that on a
more or less regular basis; or let's say once per month)?

svn co http://svn.contextgarden.net/minimals-src/build-binaries

Change the first few lines in both scripts, so that your platform will
resolve to linux-ppc (if you have problems with that, feel free to ask
for help).

case "$system" in
  # linux
  Linux)
    case "$cpu" in
      i*86) platform="linux" ;;
      x86_64|ia64) platform="linux-64" ;;
      *) platform="unknown" ;;
    esac ;;
  # Mac OS X
  Darwin)
    case "$cpu" in
      ppc*|powerpc|power*|Power*) platform="osx-ppc" ;;
      i*86) platform="osx-intel" ;;
      *) platform="unknown" ;;
    esac ;;

Once you build the binaries successfully, we'll add the platform &
give you the rights to commit new versions of binaries.

Mojca
___________________________________________________________________________________
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:[~2008-09-21 21:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-21 20:18 Piotr Kopszak
2008-09-21 21:43 ` Mojca Miklavec [this message]
2008-09-22  8:11   ` Piotr Kopszak

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=6faad9f00809211443w65fd2efne0db7d943b907523@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=kopszak@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).